[PATCH] D26555: [LV] Keep predicated instructions in the same block
Matthew Simpson via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 15 08:26:38 PST 2016
mssimpso updated this revision to Diff 78006.
mssimpso marked an inline comment as done.
mssimpso added a comment.
Addressed Gil's comments.
- Added caching for block-in masks, and restored call to createBlockInMask in scalarizeInstruction
- Updated comments
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.78006.patch
Type: text/x-patch
Size: 38801 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161115/db8ccd18/attachment.bin>
More information about the llvm-commits
mailing list