[PATCH] D84937: [SVE][CodeGen] Fix scalable vector issues in DAGTypeLegalizer::GenWidenVectorStores
David Sherwood via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 12 05:24:17 PDT 2020
david-arm updated this revision to Diff 285048.
david-arm added a comment.
- Added optional ScaledOffset parameter to IncrementPointer to keep a running total of the increments.
- Returned alignment for non-scalable vectors back to using ST->getOriginalAlign(). For scalable vectors we use the common alignment of ST->getAlign() and the ScaledOffset.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D84937/new/
https://reviews.llvm.org/D84937
Files:
llvm/include/llvm/Support/TypeSize.h
llvm/lib/CodeGen/SelectionDAG/LegalizeTypes.h
llvm/lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp
llvm/test/CodeGen/AArch64/sve-intrinsics-stores.ll
llvm/test/CodeGen/AArch64/sve-st1-addressing-mode-reg-imm.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D84937.285048.patch
Type: text/x-patch
Size: 14826 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200812/9431a14d/attachment-0001.bin>
More information about the llvm-commits
mailing list