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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |enhancement

--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
(for cmp (eq ne)
 (simplify
  (cmp (lshift truth_value@0 INTEGER_CST@1) zero_p@2)
  (cmp @0 @2)))

Something like the above, might apply to rotate too.

Reply via email to