]> granicus.if.org Git - llvm/commit
Merging r196294:
authorBill Wendling <isanbard@gmail.com>
Sat, 7 Dec 2013 09:31:26 +0000 (09:31 +0000)
committerBill Wendling <isanbard@gmail.com>
Sat, 7 Dec 2013 09:31:26 +0000 (09:31 +0000)
commitb84d18f57604b86ce2cae5a2447a5f879153bc0f
treea3ea42a8a4c70cb564bd9471cea87b88e16ccd38
parent7b7037563b12589e675c655e5d1e4f737f50fa9d
Merging r196294:
------------------------------------------------------------------------
r196294 | arnolds | 2013-12-03 08:33:06 -0800 (Tue, 03 Dec 2013) | 7 lines

opt: Mirror vectorization presets of clang

clang enables vectorization at optimization levels > 1 and size level < 2. opt
should behave similarily.

Loop vectorization and SLP vectorization can be disabled with the flags
-disable-(loop/slp)-vectorization.
------------------------------------------------------------------------

git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_34@196649 91177308-0d34-0410-b5e6-96231b3b80d8
test/Transforms/LoopVectorize/opt.ll [new file with mode: 0644]
test/Transforms/SLPVectorizer/X86/opt.ll [new file with mode: 0644]
tools/opt/opt.cpp