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 target/13144] Bad memory-to-memory code for SSE


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-12-06 09:19 -------
I do not see anything wrong with the code.  What did you think was wrong with it?
In your example, the rtl produced is:
(set (mem/s:SI (plus:SI (reg/f:SI 58)
                (const_int 4 [0x4])) [2 buf2+4 S4 A8])
        (reg:SI 61))
So it is not using TI mode at all.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID


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


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