[Bug rtl-optimization/16419] tree ssa regression

pinskia at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Wed Jul 7 23:32:00 GMT 2004


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-07-07 23:32 -------
this is not a tree-ssa regression at all but one caused by:
2004-03-09  Roger Sayle  <roger@eyesopen.com> 
            Andrew Pinski  <pinskia@physics.uc.edu> 
        
        * ifcvt.c (noce_try_sign_mask): New function to transform
        "x = (y < 0) ? z : 0" into the equivalent "x = (y >> C) & z".
        (noce_process_if_block): Call noce_try_sign_mask.

Unless the testcase did not fail before when it is not a regression at all.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|dnovillo at gcc dot gnu dot |roger at eyesopen dot com
                   |org                         |
             Status|UNCONFIRMED                 |ASSIGNED
          Component|regression                  |rtl-optimization


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



More information about the Gcc-bugs mailing list