[llvm-commits] [PATCH] Use predicates more often when optimizing for size

Jay Foad jay.foad at gmail.com
Fri Apr 8 00:56:34 PDT 2011


On 5 April 2011 01:30, Eric Christopher <echristo at apple.com> wrote:
> Right now optimizing for size in llvm is generally "optimize for size
> without penalizing performance" instead of "optimize for size at all
> costs".

That can't quite be true, because doing that is *always* a good idea,
so you wouldn't need a switch for it.

Jay.



More information about the llvm-commits mailing list