[LLVMdev] Loop Unroll Factor

Pranav Bhandarkar pranav.bhandarkar at gmail.com
Thu Jun 16 21:35:33 PDT 2011


Suresh,

On Thu, Jun 16, 2011 at 10:21 PM, Suresh Purini <suresh.purini at gmail.com>wrote:

> Devang,
>
>  I meant as an end user.
>
>
You can alter the unroll threshold (which is 150 by default) using the
-unroll-threshold option.
If you meant unroll factor as in being able to unroll a loop by a factor of
the trip count then there is an option to do that. I think it is
-unroll-allow-partial.


Pranav
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110616/9716ff7b/attachment.html>


More information about the llvm-dev mailing list