<div dir="ltr">Hello,<div><br></div><div>What is the way to set vector width with polly.</div><div><br></div><div>I used following command for polly vectorization in clang; i don't use opt because it looks clang llvm and opt are same with polly;</div><div><br></div><div><br></div><div><br></div><div><div>clang  -S -emit-llvm matn.c -march=knl -O3 -mllvm -polly -mllvm -polly-vectorizer=stripmine -o matn_poly.ll</div></div><div>is the above command correct?</div><div><br></div><div><br></div><div>Here getting vector width=16, i want to set it to 64? not know how to do??</div><div><br></div><div>Also what is the advantage of vectorization with polly?</div><div><br></div></div>