[PATCH] D39068: [LV] Introduce VPBlendRecipe, VPWidenMemoryInstructionRecipe
Gil Rapaport via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 7 07:26:26 PST 2017
gilr updated this revision to Diff 121895.
gilr added a comment.
- Added LIT test case to make sure the new tryToWidenMemory() method takes scalarization decisions into account.
- NFC: move createBlockInMask(), createEdgeMask() to their would-be location in D38676 <https://reviews.llvm.org/D38676> as part of the Planner's methods to facilitate their review.
https://reviews.llvm.org/D39068
Files:
lib/Transforms/Vectorize/LoopVectorize.cpp
lib/Transforms/Vectorize/VPlan.h
test/Transforms/LoopVectorize/X86/x86-predication.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D39068.121895.patch
Type: text/x-patch
Size: 20547 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171107/21488137/attachment.bin>
More information about the llvm-commits
mailing list