how to set loop unroll factor in llvm?
thank you;
did with this;
-force-vector-interleave.
What is the difference between -loop-vectorize and -O3 in opt?
I am using O3 its fine?
-O3 enables a bunch of different optimizations, the loop vectorizer included. Â -Hal