[llvm-dev] Loop unrolling parameters

Phil Tomson via llvm-dev llvm-dev at lists.llvm.org
Mon Jun 27 11:19:55 PDT 2016


We've notice that when loops are unrolled there seems to be a limit of 64
subexpressions that can be assigned to registers. In our architecture we've
got a lot more registers available than just 64. Is there some parameter we
can change to the loop unroller that allows more subexpressions to be
assigned to a number of registers beyond 64?

Phil
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160627/41377334/attachment.html>


More information about the llvm-dev mailing list