Displaying 1 result from an estimated 1 matches for "c9a04b43".
2011 May 03
0
[LLVMdev] Loop-Unroll optimization
...to pass these parameter to activate loop unroll?
*The loop that I am trying it on is:*
for(i=0; i< 1000; i++)
{
c[i] = a[i] + b[i];
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110502/c9a04b43/attachment.html>