For the <2 x float> case, instead of adding another combine or legalization to get it into a <4 x float> form, I'm just adding a GISel specific selection pattern to cover it.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D90699
[AArch64][GlobalISel] Add combine for G_EXTRACT_VECTOR_ELT to allow selection of pairwise FADD. ClosedPublic Authored by aemerson on Nov 3 2020, 11:20 AM.
Details Summary For the <2 x float> case, instead of adding another combine or legalization to get it into a <4 x float> form, I'm just adding a GISel specific selection pattern to cover it.
Diff Detail
Event TimelineHerald added subscribers: danielkiss, hiraditya, kristof.beyls, rovka. · View Herald TranscriptNov 3 2020, 11:20 AM This revision is now accepted and ready to land.Nov 3 2020, 11:35 AM This revision was landed with ongoing or failed builds.Nov 3 2020, 5:25 PM Closed by commit rG393b55380afc: [AArch64][GlobalISel] Add combine for G_EXTRACT_VECTOR_ELT to allow selection… (authored by aemerson). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 302717 llvm/lib/Target/AArch64/AArch64Combine.td
llvm/lib/Target/AArch64/AArch64InstrGISel.td
llvm/lib/Target/AArch64/GISel/AArch64PostLegalizerCombiner.cpp
llvm/test/CodeGen/AArch64/GlobalISel/postlegalizercombiner-extractvec-faddp.mir
llvm/test/CodeGen/AArch64/GlobalISel/select-faddp.mir
|