[PATCH] D90939: [SVE][CodeGen] Add the isTruncatingStore flag to MSCATTER
Kerry McLaughlin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 10 07:48:35 PST 2020
kmclaughlin updated this revision to Diff 304185.
kmclaughlin marked an inline comment as done.
kmclaughlin added a comment.
- Made `IsTrunc` the last parameter to the MaskedScatterSDNode constructor
- Moved changes to `SplitVecOp_MSCATTER`, which split MemVT before creating the 'Hi' & 'Lo' scatters, into this patch from D90941 <https://reviews.llvm.org/D90941>
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D90939/new/
https://reviews.llvm.org/D90939
Files:
llvm/include/llvm/CodeGen/SelectionDAG.h
llvm/include/llvm/CodeGen/SelectionDAGNodes.h
llvm/lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
llvm/lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp
llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
llvm/lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp
llvm/lib/Target/X86/X86ISelLowering.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D90939.304185.patch
Type: text/x-patch
Size: 9286 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201110/d9aaa3a1/attachment.bin>
More information about the llvm-commits
mailing list