<div dir="ltr">     In <a href="http://llvm.org/docs/Vectorizers.html">http://llvm.org/docs/Vectorizers.html</a>, 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 ? <div style>
     My opt version is: </div><div style>=====================================</div><div style>$ opt --version</div><div>LLVM (<a href="http://llvm.org/">http://llvm.org/</a>):</div><div>  LLVM version 3.4svn</div><div>  DEBUG build with assertions.</div>
<div>  Built May 20 2013 (18:51:00).</div><div>  Default target: x86_64-unknown-linux-gnu</div><div>  Host CPU: corei7-avx</div><div>=====================================</div><div style>     Thanks.</div></div>