target/6137: ia64 -O3 generates bad overlapping memory accesses

rth@gcc.gnu.org rth@gcc.gnu.org
Fri Apr 12 18:20:00 GMT 2002


Synopsis: ia64 -O3 generates bad overlapping memory accesses

State-Changed-From-To: open->analyzed
State-Changed-By: rth
State-Changed-When: Fri Apr 12 17:37:44 2002
State-Changed-Why:
    It's another damned RTX_UNCHANGING_P bug.
    
    (insn 85 84 88 (set (reg/v/f:DI 361)
            (plus:DI (reg/f:DI 328 sfp)
                (const_int 48 [0x30]))) 90 {adddi3} (nil)
        (nil))
    (insn 98 97 99 (set (mem/s:DI (reg/v/f:DI 361) [0 S8 A64])
            (reg:DI 365)) 6 {*movdi_internal} (nil)
        (nil))
    (insn 133 131 134 (set (reg:DI 375)
            (mem/s/u:DI (reg/v/f:DI 361) [0 S8 A128])) 6 {*movdi_internal} (nil)
        (nil))
    
    The load doesn't conflict with the store.

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=6137



More information about the Gcc-bugs mailing list