This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/13144] Bad memory-to-memory code for SSE
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 6 Dec 2003 09:19:04 -0000
- Subject: [Bug target/13144] Bad memory-to-memory code for SSE
- References: <20031120220757.13144.hjl@lucon.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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