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)
commit9aee065e3cd1e609fc6f08f3640b35a7eb67ce6a
treec628c8114efa3e76385a32dff22fd78bdeca6b12
parentb2b8d5bc864f17adcb09cc6054c64edca2fa3b3f
Enable the loop vectorizer in clang and not in the pass manager, so that we can disable it in clang.

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