[PATCH] D104217: [AArch64][SVE] Add support for fixed length MSCATTER/MGATHER

Bradley Smith via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 25 05:39:17 PDT 2021


bsmith updated this revision to Diff 354477.
bsmith marked 4 inline comments as done.
bsmith edited the summary of this revision.
bsmith removed a reviewer: joechrisellis.
bsmith added a comment.

- Split out SETCC_MERGE_ZERO dag combine into another patch
- Fixed incorrectly nested loops during setOperationAction's
- Add extra asserts in Lowering functions
- Minor comment corrections
- Minor test changes due to other commits


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D104217

Files:
  llvm/lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp
  llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
  llvm/lib/Target/AArch64/AArch64TargetTransformInfo.h
  llvm/test/CodeGen/AArch64/sve-fixed-length-masked-gather.ll
  llvm/test/CodeGen/AArch64/sve-fixed-length-masked-scatter.ll
  llvm/test/CodeGen/AArch64/sve-masked-gather.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D104217.354477.patch
Type: text/x-patch
Size: 121440 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210625/069c6708/attachment-0001.bin>


More information about the llvm-commits mailing list