[llvm-dev] KNL Vectorization with larger vector width

hameeza ahmed via llvm-dev llvm-dev at lists.llvm.org
Thu Jul 12 12:32:49 PDT 2018


Hello,

If we pass march=knl, the llvm vectorizer (O3) generates max 16xi32 vector
width instruction and 8xi32 or 4xi32 in recursive manner.

I am working on a target with larger vector widths like 32,64...
Now how to enable the vectorizer (O3) to automatically generate larger
vector size instructions recursively by specifying the new target. Which
files have the code for this?


Please help

Thank You
Regards
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180713/97397c2a/attachment.html>


More information about the llvm-dev mailing list