[PATCH] D82792: [SVE][CodeGen] Legalisation of unpredicated load instructions
Kerry McLaughlin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 30 10:50:39 PDT 2020
kmclaughlin updated this revision to Diff 274536.
kmclaughlin edited the summary of this revision.
kmclaughlin added a comment.
- Split the addressing mode changes into a separate patch (D82893 <https://reviews.llvm.org/D82893>)
- Changed MPI to `MachinePointerInfo(LD->getPointerInfo()->getAddrSpace())` in SplitVecRes_LOAD
- Use getFixedSize when creating the APInt in SplitVecRes_LOAD
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D82792/new/
https://reviews.llvm.org/D82792
Files:
llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
llvm/lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp
llvm/test/CodeGen/AArch64/sve-split-load.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D82792.274536.patch
Type: text/x-patch
Size: 4547 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200630/bf82dc2c/attachment.bin>
More information about the llvm-commits
mailing list