[PATCH] D38676: [LV] Model masking in VPlan, introducing VPInstructions
Gil Rapaport via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 10 07:44:05 PDT 2017
gilr updated this revision to Diff 118391.
gilr added a comment.
- Adressed comments.
- Fixed bug: tryToWidenMemory() wasn't considering Cost Model's sink-scalar-operands scalarization decisions.
https://reviews.llvm.org/D38676
Files:
docs/Proposals/VectorizationPlan.rst
lib/Transforms/Vectorize/LoopVectorize.cpp
lib/Transforms/Vectorize/VPlan.cpp
lib/Transforms/Vectorize/VPlan.h
lib/Transforms/Vectorize/VPlanBuilder.h
lib/Transforms/Vectorize/VPlanValue.h
test/Transforms/LoopVectorize/X86/x86-predication.ll
test/Transforms/LoopVectorize/if-conversion-nest.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D38676.118391.patch
Type: text/x-patch
Size: 62587 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171010/31ea5cc5/attachment.bin>
More information about the llvm-commits
mailing list