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)
commit36cdd8262776d0bbcc2f6429e6d5a2859700f638
tree37b5314d58760e6204b6338efe238f0ee472b441
parent30e2aa50153982d26b92e2f9c8dd24db2af722af
Enable the loop vectorizer only on O2 and above. (Still disabled by default)

llvm-svn: 169774
llvm/lib/Transforms/IPO/PassManagerBuilder.cpp