Enable the loop vectorizer only on O2 and above. (Still disabled by default)
authorNadav Rotem <nrotem@apple.com>
Mon, 10 Dec 2012 21:45:01 +0000 (21:45 +0000)
committerNadav Rotem <nrotem@apple.com>
Mon, 10 Dec 2012 21:45:01 +0000 (21:45 +0000)
commit9e81a440f5229f13e21031c208fdecbe07b056c7
tree4a369796d15286d08acc8c9ccbad0897671733c7
parentf45d11b56bffeaec94291f330dc9f7f7aae5a741
Enable the loop vectorizer only on O2 and above. (Still disabled by default)

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@169774 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/IPO/PassManagerBuilder.cpp