[Bug tree-optimization/96708] Failure to optimize max pattern with comparison when using a temporary variable

rguenth at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Tue Aug 25 11:09:23 GMT 2020


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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |easyhack
   Last reconfirmed|                            |2020-08-25
     Ever confirmed|0                           |1
             Status|UNCONFIRMED                 |NEW

--- Comment #2 from Richard Biener <rguenth at gcc dot gnu.org> ---
Confirmed.

  _4 = MAX_EXPR <a_2(D), b_3(D)>;
  _7 = a_2(D) <= _4;
  return _7;


More information about the Gcc-bugs mailing list