The tests added where crashing because zip instruction was returning two destination operands. ZIP according to arm returns only one destination operand.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D146055
[AArch64] Change GeneratePerfectShuffle to return one destination operand for zip and transpose operations. ClosedPublic Authored by zjaffal on Mar 14 2023, 8:27 AM.
Details Summary The tests added where crashing because zip instruction was returning two destination operands. ZIP according to arm returns only one destination operand.
Diff Detail
Event TimelineComment Actions
I verified it just now this should resolve it as well This revision is now accepted and ready to land.Mar 15 2023, 10:18 AM This revision was landed with ongoing or failed builds.Mar 15 2023, 2:05 PM Closed by commit rG4b09d7a8ac11: [AArch64] Change GeneratePerfectShuffle to return one destination operand for… (authored by zjaffal). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 505617 llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
llvm/test/CodeGen/AArch64/arm64-zip.ll
|