[PATCH] D50480: [LV] Vectorizing loops of arbitrary trip count without remainder under opt for size
Ayal Zaks via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 20 15:01:04 PDT 2018
Ayal updated this revision to Diff 161564.
Ayal added a comment.
Addressed review comments.
New test X86/optsize.ll added and vect.omp.force.small-tc.ll augmented with CHECKs, both showing current behavior, to be uploaded separately before this patch. Test small-size.ll includes CHECKs that pass with this patch.
https://reviews.llvm.org/D50480
Files:
include/llvm/Transforms/Vectorize/LoopVectorizationLegality.h
lib/Transforms/Vectorize/LoopVectorizationLegality.cpp
lib/Transforms/Vectorize/LoopVectorize.cpp
lib/Transforms/Vectorize/VPlan.cpp
lib/Transforms/Vectorize/VPlan.h
lib/Transforms/Vectorize/VPlanValue.h
test/Transforms/LoopVectorize/X86/optsize.ll
test/Transforms/LoopVectorize/X86/small-size.ll
test/Transforms/LoopVectorize/X86/vect.omp.force.small-tc.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D50480.161564.patch
Type: text/x-patch
Size: 49436 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180820/dfd41d8a/attachment-0001.bin>
More information about the llvm-commits
mailing list