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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |enhancement
   Last reconfirmed|2013-04-08 00:00:00         |2021-7-29

--- Comment #3 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
(insn 7 6 8 (set (reg:V2DF 87)
        (lt:V2DF (reg/v:V2DF 84 [ a ])
            (reg/v:V2DF 85 [ b ]))) "/app/example.c":3:20 -1
     (nil))

(insn 8 7 9 (set (reg:V2DI 86)
        (subreg:V2DI (reg:V2DF 87) 0)) "/app/example.c":3:20 -1
     (nil))

(insn 9 8 10 (set (reg:V2DI 88)
        (const_vector:V2DI [
                (const_int -1 [0xffffffffffffffff]) repeated x2
            ])) "/app/example.c":3:20 -1
     (nil))

(insn 10 9 0 (set (reg:V2DI 82 [ _2 ])
        (and:V2DI (not:V2DI (reg:V2DI 86))
            (reg:V2DI 88))) "/app/example.c":3:20 -1
     (nil))

Reply via email to