NFC.
Some more preliminary factoring for G_INSERT_VECTOR_ELT. The lambda there can be replaced by existing functions. We'll need the same code for G_INSERT_VECTOR_ELT, so this will allow us to avoid copying/pasting the lambda.
Paths
| Differential D59323
[AArch64][GlobalISel] Gardening: Simplify subregister copy in selectBuildVector ClosedPublic Authored by paquette on Mar 13 2019, 1:44 PM.
Details Summary NFC. Some more preliminary factoring for G_INSERT_VECTOR_ELT. The lambda there can be replaced by existing functions. We'll need the same code for G_INSERT_VECTOR_ELT, so this will allow us to avoid copying/pasting the lambda.
Diff Detail Event TimelineHerald added subscribers: Petar.Avramovic, hiraditya, kristof.beyls and 2 others. · View Herald Transcript This revision is now accepted and ready to land.Mar 13 2019, 3:21 PM Closed by commit rL356107: [AArch64][GlobalISel] Gardening: Simplify subregister copy in selectBuildVector (authored by paquette). · Explain WhyMar 13 2019, 4:30 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 190492 llvm/lib/Target/AArch64/AArch64InstructionSelector.cpp
|