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 tree-optimization/80520] [7/8 Regression] Performance regression from missing if-conversion


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80520

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P3                          |P2
   Target Milestone|---                         |7.2

--- Comment #2 from Richard Biener <rguenth at gcc dot gnu.org> ---
Looks like again (from just the quoted dumps) path splitting removes the RTL
if-conversion opportunity here.  Of course just because the testcase wraps
the computation in a loop that does nothing interesting.

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