[llvm-commits] [llvm] r70343 - in /llvm/trunk: docs/CommandGuide/ include/llvm/CodeGen/ include/llvm/Target/ lib/CodeGen/ lib/CodeGen/AsmPrinter/ lib/CodeGen/SelectionDAG/ lib/Target/ARM/ lib/Target/ARM/AsmPrinter/ lib/Target/Alpha/ lib/Target/Al

Bill Wendling isanbard at gmail.com
Wed Apr 29 14:23:37 PDT 2009


On Wed, Apr 29, 2009 at 2:16 PM, Evan Cheng <evan.cheng at apple.com> wrote:
> Bill, you still have to change LTOCodeGenerator.cpp.

Done.

> Also, rather than
> an unsigned for OptLevel, should it be an enum instead? We basically
> want to support a knob with 3 levels: no optimization, default
> optimization, aggressive optimization. Those correspond to -O0, -O1 / -
> O2 / -Os, -O3.
>
I'll look into this.

-bw



More information about the llvm-commits mailing list