Displaying 2 results from an estimated 2 matches for "8419c331".
2011 May 03
2
[LLVMdev] Loop-Unroll optimization
Hi,
> The loop that I am trying it on is:
> for(i=0; i< 1000; i++)
> {
> c[i] = a[i] + b[i];
> }
I can't find any benefit unrolling this loop.
------------------
Yuan Pengfei
Peking Unversity, China
2011 May 03
0
[LLVMdev] Loop-Unroll optimization
...b[i];
> > }
>
> I can't find any benefit unrolling this loop.
>
> ------------------
> Yuan Pengfei
> Peking Unversity, China
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110502/8419c331/attachment.html>