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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever confirmed|0                           |1
   Last reconfirmed|                            |2023-11-10

--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
phiopt match-simplify trying:
        A_2(D) <= 0.0 ? A_2(D) : _3
Applying pattern match.pd:1131, gimple-match-4.cc:4134
Applying pattern match.pd:5798, gimple-match-8.cc:3689

phiopt match-simplify back:
_5 = ABS_EXPR <A_2(D)>;
result:  (none)

Reply via email to