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 middle-end/15825] [3.5 Regression] if-cvt optimisation patch noce_try_sign_mask breaks apple-ppc-darwin port


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-06-04 18:02 -------
Hmm,  looks like there is no (compare ) in front as eq:
(insn:HI 67 66 68 0 (set (reg:SI 132)
        (eq:SI (reg/v:SI 121 [ unsigned_p ])
            (const_int 0 [0x0]))) -1 (nil)
    (expr_list:REG_DEAD (reg/v:SI 121 [ unsigned_p ])
        (nil)))

  [(set (match_operand:CC 4 "cc_reg_operand" "=x,x,x,x,x,?y,?y,?y,?y,?y")
        (compare:CC
         (eq:DI (match_operand:DI 1 "gpc_reg_operand" "%r,r,r,r,r,r,r,r,r,r")
                (match_operand:DI 2 "reg_or_cint_operand" "r,O,K,J,I,r,O,K,J,I"))
         (const_int 0)))
   (set (match_operand:DI 0 "gpc_reg_operand" "=r,r,r,r,r,r,r,r,r,r")
        (eq:DI (match_dup 1) (match_dup 2)))
   (clobber (match_scratch:DI 3 "=r,&r,r,r,r,r,&r,r,r,r"))]


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pinskia at gcc dot gnu dot
                   |                            |org
           Keywords|                            |ice-on-valid-code
            Summary|if-cvt optimisation patch   |[3.5 Regression] if-cvt
                   |noce_try_sign_mask breaks   |optimisation patch
                   |apple-ppc-darwin port       |noce_try_sign_mask breaks
                   |                            |apple-ppc-darwin port
   Target Milestone|---                         |3.5.0


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


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