[Bug target/84700] [6/7/8 Regression] ICE on 32-bit BE powerpc targets w/ -misel -O1

jakub at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Mon Mar 5 17:40:00 GMT 2018


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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |segher at gcc dot gnu.org

--- Comment #2 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Seems it is combine_simplify_rtx called with x:
(plus:SI (ltu:SI (plus:SI (if_then_else:SI (eq (reg:CC 147)
                    (const_int 0 [0]))
                (subreg:SI (reg:DI 126) 4)
                (reg:SI 146))
            (subreg:SI (reg:DI 126) 4))
        (if_then_else:SI (eq (reg:CC 147)
                (const_int 0 [0]))
            (subreg:SI (reg:DI 126) 4)
            (reg:SI 146)))
    (reg:SI 133 [ iftmp.0_2 ]))
and from == to == pc_rtx.


More information about the Gcc-bugs mailing list