This is a port of an existing optimization in AArch64 ISelLowering, handling a case when the same input vector can be used for both ext inputs.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Remove unnecessary Imm parameter and add more tests.
Also fix a uzp test that was written with invalid MIR which triggered a crash with this change.
also document Imm?