[PATCH] D93132: [SVE][CodeGen] Vector + immediate addressing mode for masked gather/scatter

Kerry McLaughlin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 16 07:03:49 PST 2020


kmclaughlin updated this revision to Diff 312200.
kmclaughlin marked 4 inline comments as done.
kmclaughlin added a comment.

- Refactored `selectGatherScatterAddrMode` based on the suggestions from @sdesmalen
- Added bfloat tests to the new test files added by this patch
- Removed unused  `%offset` from `sve-masked-gather.ll` and removed duplicate tests from `sve-masked-scatter-legalise.ll`


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

https://reviews.llvm.org/D93132

Files:
  llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
  llvm/test/CodeGen/AArch64/sve-masked-gather-legalize.ll
  llvm/test/CodeGen/AArch64/sve-masked-gather-vec-plus-imm.ll
  llvm/test/CodeGen/AArch64/sve-masked-gather-vec-plus-reg.ll
  llvm/test/CodeGen/AArch64/sve-masked-gather.ll
  llvm/test/CodeGen/AArch64/sve-masked-scatter-vec-plus-imm.ll
  llvm/test/CodeGen/AArch64/sve-masked-scatter-vec-plus-reg.ll
  llvm/test/CodeGen/AArch64/sve-masked-scatter.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D93132.312200.patch
Type: text/x-patch
Size: 49201 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201216/f17c2d5e/attachment.bin>


More information about the llvm-commits mailing list