Displaying 1 result from an estimated 1 matches for "tooptimize".
2005 Apr 22
0
[LLVMdev] Need help with bugpoint for codegen problem
...; l1_ucl_alloc_UnifiedReturnBlock l1_main_shortcirc_next_2E_6_2E_i
> Outputting reduced bytecode files which expose the problem:
> Non-optimized portion: Emitted bytecode to 'bugpoint-tonotoptimize.bc'
> Portion that is input to optimizer: Emitted bytecode to
> 'bugpoint-tooptimize.bc'
>
> *** You can reproduce the problem with: opt bugpoint-tooptimize.bc
> -globalsmodref-aa -load-vn -gcse
>
> Entered as bug 555 - http://llvm.cs.uiuc.edu/bugs/show_bug.cgi?id=555 . I
> hope someone can figure out the actual problem from the bytecode files.
Fixed, thanks...