[PATCH] D26555: [LV] Keep predicated instructions in the same block
Matthew Simpson via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 14 14:10:19 PST 2016
mssimpso updated this revision to Diff 77885.
mssimpso marked 4 inline comments as done.
mssimpso added a comment.
Addressed comments from Michael and Gil.
- Updated comments
- Added assert for uniform-after-vectorization
- Moved vector definition inside loop
- Made some auto types explicit
https://reviews.llvm.org/D26555
Files:
lib/Transforms/Vectorize/LoopVectorize.cpp
test/Transforms/LoopVectorize/AArch64/predication_costs.ll
test/Transforms/LoopVectorize/if-pred-non-void.ll
test/Transforms/LoopVectorize/induction.ll
test/Transforms/LoopVectorize/interleaved-accesses-pred-stores.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D26555.77885.patch
Type: text/x-patch
Size: 37855 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161114/75cbc975/attachment-0001.bin>
More information about the llvm-commits
mailing list