[PATCH] D159191: [DAGCombiner][SVE] Add support for illegal extending masked loads
David Sherwood via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 1 07:30:55 PDT 2023
david-arm updated this revision to Diff 555368.
david-arm added a comment.
- Refactored code according to review comments.
- Disabled the combine for fixed-width because the code quality doesn't look great.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D159191/new/
https://reviews.llvm.org/D159191
Files:
llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
llvm/test/CodeGen/AArch64/sve-masked-ldst-sext.ll
llvm/test/CodeGen/AArch64/sve-masked-ldst-zext.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D159191.555368.patch
Type: text/x-patch
Size: 15281 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230901/2b946688/attachment.bin>
More information about the llvm-commits
mailing list