Displaying 1 result from an estimated 1 matches for "5cad23cb".
2014 Jun 22
2
[LLVMdev] Failed to Unroll a Seemingly Simple Loop
...t i = 0; i < 4; ++i) {
if (bar(i)) {
break;
}
a[i] = i;
}
}
Btw, if s/break/continue, LLVM is able to unroll it.
Thanks,
Jingyue
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140622/5cad23cb/attachment.html>