[Bug c/42596] Integer/Floating point vector casts generate XMM register moves from and to the same register

rguenth at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Tue Jan 5 10:47:00 GMT 2010



------- Comment #5 from rguenth at gcc dot gnu dot org  2010-01-05 10:47 -------
Uh, of course.

_Don't use global register variables_

They are not supposed to be used for this kind of things and nobody spends
a single second to optimizing code generation for them - instead the most
difficult thing is to prevent the compiler from miscompiling things.


-- 

rguenth at gcc dot gnu dot org changed:

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


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



More information about the Gcc-bugs mailing list