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

Bradley Smith via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 16 07:09:34 PDT 2021


bsmith updated this revision to Diff 352430.
bsmith marked an inline comment as done.
bsmith added a comment.

- Restore file position of LowerMGATHER/LowerMSCATTER and instead add forward declarations of SVE helpers.
- Fix clang format issues


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-loads.ll
  llvm/test/CodeGen/AArch64/sve-fixed-length-masked-scatter.ll
  llvm/test/CodeGen/AArch64/sve-fixed-length-masked-stores.ll
  llvm/test/CodeGen/AArch64/sve-masked-gather.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D104217.352430.patch
Type: text/x-patch
Size: 124844 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210616/e7fb50c4/attachment-0001.bin>


More information about the llvm-commits mailing list