Displaying 1 result from an estimated 1 matches for "1030784".
Did you mean:
1030786
2013 Jun 03
1
[LLVMdev] LLVM Loop Vectorizer is enabled by default???
In http://llvm.org/docs/Vectorizers.html, it says "LLVM’s Loop
Vectorizer is now enabled by default for -O3". But I use the following
command: opt -O3 -debug-pass=Arguments test.ll -o /dev/null I can't see
the "loop-vectorize" option in the result. Any advice ?
My opt version is:
=====================================
$ opt --version
LLVM (http://llvm.org/):
LLVM