This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug rtl-optimization/50904] [4.7 regression] pessimization when -fno-protect-parens is enabled by -Ofast


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50904

--- Comment #35 from Eric Botcazou <ebotcazou at gcc dot gnu.org> 2011-12-02 21:21:15 UTC ---
> One thing I notice (and that's the only difference I can spot at the tree
> level) is that we do not CSE the **2s of

There are many missed hoisting opportunities, with or without the switch. 
There are just a few more with the switch, hence the performance regression.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]