[PATCH] D61091: Enable LoopVectorization by default.
Alina Sbirlea via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 24 16:53:23 PDT 2019
asbirlea updated this revision to Diff 196555.
asbirlea added a comment.
Remove `DisableLoopVectorization` flag.
This leaves a single way to force-enable vectorization for O1 <https://reviews.llvm.org/owners/package/1/>/Oz (via -loop-vectorize). Update metadata-enable.ll test which was relying on this.
We may want to re-add a ForceEnable flag that behaves as the expected O1VEC and OzVEC prefixes in the metadata-enable.ll test?
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D61091/new/
https://reviews.llvm.org/D61091
Files:
lib/Transforms/Vectorize/LoopVectorize.cpp
test/CodeGen/Hexagon/bug15515-shuffle.ll
test/Transforms/LoopVectorize/X86/metadata-enable.ll
test/Transforms/LoopVectorize/opt.ll
tools/opt/opt.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D61091.196555.patch
Type: text/x-patch
Size: 44196 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190424/b0e6ff95/attachment.bin>
More information about the llvm-commits
mailing list