[LLVMdev] understanding the opt tool

Dan Gohman gohman at apple.com
Mon Apr 19 07:41:17 PDT 2010


On Apr 17, 2010, at 11:17 AM, kalyan ponnala wrote:
>
> opt -loop-unroll -f <filename.bc> filename2.bc

Loop unrolling isn't possible until other optimizations have been  
performed first.

Dan




More information about the llvm-dev mailing list