[PATCH] D104217: [AArch64][SVE] Add support for fixed length MSCATTER/MGATHER
Bradley Smith via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 17 09:41:38 PDT 2021
bsmith updated this revision to Diff 352764.
bsmith marked 6 inline comments as done.
bsmith added a comment.
- Simplify passthru for gathers
- Add tests for type legalization
- Clarify some comments
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.352764.patch
Type: text/x-patch
Size: 134830 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210617/a0f32d5e/attachment-0001.bin>
More information about the llvm-commits
mailing list