[LLVMdev] Loop-Unroll optimization

Yuan Pengfei coolypf at qq.com
Mon May 2 22:04:08 PDT 2011


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




More information about the llvm-dev mailing list