[llvm] r179957 - SimplifyCFG: If convert single conditional stores

Chris Lattner clattner at apple.com
Wed Apr 24 16:58:30 PDT 2013


On Apr 24, 2013, at 12:17 PM, Arnold Schwaighofer <aschwaighofer at apple.com> wrote:

> Given that we have the optimization implemented in both SimplifyCFG and the Early-If converter now, I believe we can take a pragmatic approach:
> 
> * Enable the SimplifyCFG optimization now. This will allow us not to look bad on Phoronix/hmmer and spec/hmmer in llvm 3.3 (20%!). And it seems people agree that this is generally a good thing in the current compilation pipeline.

I'm in favor of doing this, but please make sure folks who opposed it are ok with it.

-Chris



More information about the llvm-commits mailing list