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 hjl at lucon dot org  2003-12-09 17:24 -------
How memcpy should be handled is based on the assumption that TImode can be
used. Since the backend can't use TImode for memcpy, it generates slow code.
The problem is move_by_pieces_ninsns may return bogus values when TImode is
available, which leads to less optimized code.


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |UNCONFIRMED
         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]