[llvm-dev] Loop Unroll

legend xx via llvm-dev llvm-dev at lists.llvm.org
Fri May 22 01:55:02 PDT 2020


Hi,

I'm interesting in find a pass for loop unrolling in LLVM compiler. I tried
opt --loop-unroll --unroll-count=4, but it don't work well.

What pass I can used and how?

I would also like to know if there is any way to mark the loops that I want
them to be unroll

Thanks you.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20200522/a23b423f/attachment.html>


More information about the llvm-dev mailing list