[PATCH] D143225: [SROA] Create additional vector type candidates based on store and load slices
Han Zhu via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 3 14:42:49 PST 2023
zhuhan0 updated this revision to Diff 494742.
zhuhan0 added a comment.
- Remove redundant `isa<VectorType>`. Add some vector of ptr tests.
- Add `opt -passes=-debugify,sroa` test to vector-promotion.ll
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D143225/new/
https://reviews.llvm.org/D143225
Files:
llvm/lib/Transforms/Scalar/SROA.cpp
llvm/test/Transforms/SROA/pr57796.ll
llvm/test/Transforms/SROA/sroa-common-type-fail-promotion.ll
llvm/test/Transforms/SROA/vector-promotion.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D143225.494742.patch
Type: text/x-patch
Size: 80925 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230203/8a8b6cbe/attachment.bin>
More information about the llvm-commits
mailing list