[PATCH] D91092: [SVE][CodeGen] Lower scalable masked gathers
Kerry McLaughlin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 30 06:29:18 PST 2020
kmclaughlin updated this revision to Diff 308353.
kmclaughlin added a comment.
- Moved the addition of the `-aarch64-enable-mgather-combine` flag from D92230 <https://reviews.llvm.org/D92230> into this patch & updated the RUN lines of tests included here to use this option (set to 0)
- Moved changes to DAGCombiner.cpp into a new patch, D92319 <https://reviews.llvm.org/D92319>
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D91092/new/
https://reviews.llvm.org/D91092
Files:
llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
llvm/lib/Target/AArch64/AArch64ISelLowering.h
llvm/test/CodeGen/AArch64/sve-masked-gather-32b-signed-scaled.ll
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-scaled.ll
llvm/test/CodeGen/AArch64/sve-masked-gather-64b-unscaled.ll
llvm/test/CodeGen/AArch64/sve-masked-gather-legalize.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D91092.308353.patch
Type: text/x-patch
Size: 75017 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201130/30c65b1d/attachment.bin>
More information about the llvm-commits
mailing list