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

Kerry McLaughlin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 30 08:06:00 PST 2020


kmclaughlin updated this revision to Diff 308371.
kmclaughlin edited the summary of this revision.
kmclaughlin added a comment.

- Reordered this to depend on D91092 <https://reviews.llvm.org/D91092>, as this more clearly demonstrates the benefit of the changes in this patch to the sve-masked-gather* tests


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

https://reviews.llvm.org/D92319

Files:
  llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
  llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
  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/AArch64/sve-masked-gather-legalize.ll
  llvm/test/CodeGen/X86/masked_gather_scatter.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D92319.308371.patch
Type: text/x-patch
Size: 41271 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201130/55985e6f/attachment.bin>


More information about the llvm-commits mailing list