[PATCH] D134891: [AArch64][GlobalISel] Implement another combine for shufflevector->AArch64 G_EXT.

Amara Emerson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 29 14:37:11 PDT 2022


aemerson updated this revision to Diff 464035.
aemerson added a comment.

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.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D134891/new/

https://reviews.llvm.org/D134891

Files:
  llvm/lib/Target/AArch64/GISel/AArch64PostLegalizerLowering.cpp
  llvm/test/CodeGen/AArch64/GlobalISel/postlegalizer-lowering-ext.mir
  llvm/test/CodeGen/AArch64/GlobalISel/postlegalizer-lowering-uzp.mir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D134891.464035.patch
Type: text/x-patch
Size: 11424 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220929/0bb8c6b0/attachment.bin>


More information about the llvm-commits mailing list