Enable the loop vectorizer in clang and not in the pass manager, so that we can disab...
authorNadav Rotem <nrotem@apple.com>
Tue, 18 Dec 2012 23:09:44 +0000 (23:09 +0000)
committerNadav Rotem <nrotem@apple.com>
Tue, 18 Dec 2012 23:09:44 +0000 (23:09 +0000)
commit62570c2813702814f9d7450ac4c4df065b8b6ccc
tree8171e361ecb904d4c488222de0ce81e5409c0ceb
parent582abddeee6bd49762d562d3e641a4e290d464be
Enable the loop vectorizer in clang and not in the pass manager, so that we can disable it in clang.

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