[PATCH] D123012: [AArch64] Alter mull buildvectors(ext(..)) combine to work on shuffles

Dave Green via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 4 04:22:46 PDT 2022


dmgreen updated this revision to Diff 420136.
dmgreen added a comment.

Rename function to performBuildShuffleExtendCombine.

I've also limited shuffle's to be safe - just allowing SIGN_EXTEND or ZERO_EXTEND as the input. The input is a vector and calculatePreExtendType may not work as expected in those situations.


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

https://reviews.llvm.org/D123012

Files:
  llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
  llvm/test/CodeGen/AArch64/aarch64-dup-ext.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D123012.420136.patch
Type: text/x-patch
Size: 8283 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220404/ee5b99d0/attachment.bin>


More information about the llvm-commits mailing list