[PATCH] D92319: [SVE][CodeGen] Call refineIndexType & refineUniformBase from visitMGATHER

Kerry McLaughlin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 2 09:42:59 PST 2020


kmclaughlin updated this revision to Diff 308997.
kmclaughlin added a comment.

- Moved changes to set the default IndexType to `SIGNED_UNSCALED` to D91092 <https://reviews.llvm.org/D91092>
- Remove any unnecessary sign/zero extensions of the Index in LowerMGATHER


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

https://reviews.llvm.org/D92319

Files:
  llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
  llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
  llvm/test/CodeGen/AArch64/sve-masked-gather-32b-signed-scaled.ll
  llvm/test/CodeGen/AArch64/sve-masked-gather-32b-signed-unscaled.ll
  llvm/test/CodeGen/AArch64/sve-masked-gather-32b-unsigned-scaled.ll
  llvm/test/CodeGen/AArch64/sve-masked-gather-32b-unsigned-unscaled.ll
  llvm/test/CodeGen/AArch64/sve-masked-gather-64b-unscaled.ll
  llvm/test/CodeGen/X86/masked_gather_scatter.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D92319.308997.patch
Type: text/x-patch
Size: 45811 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201202/c5ce6286/attachment.bin>


More information about the llvm-commits mailing list