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/32951] missed memcpy -> movdqa optimization.



------- Comment #8 from rguenth at gcc dot gnu dot org  2010-03-10 10:52 -------
(In reply to comment #7)
> current 4.4.x generates 'movdqa (%rdi), %xmm0' in both cases.
> 4.2 branch is closed, 4.3 is near to close.
> can we close this bug as fixed?

GCC 4.4 creates movdqu (%rdi), %xmm0 for load_2 for me, so no (same as 4.5).


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Known to fail|                            |4.4.3 4.5.0


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


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