[LLVMdev] optimize for size

Chris Lattner clattner at apple.com
Tue May 28 09:57:24 PDT 2013


On May 27, 2013, at 11:26 PM, reed kotler <rkotler at mips.com> wrote:

> Does -O0 disable inlining?

clang -O0 still runs the AlwaysInliner pass.  The C always_inline attribute has to take effect at every optimization level.

-Chris




More information about the llvm-dev mailing list