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 rtl-optimization/23812] swapping DImode halves produces poor x86 register allocation



------- Comment #3 from michael dot meissner at amd dot com  2005-10-18 17:44 -------
Note, since this is a rotate, the patches I proposed in 17886 will generate
much better code for this one case (basically mov/mov/xchgl -- it could be
improved by a peephole to do the moves directly instead of xchgl).  However,
the more general subreg problem needs to be looked at.


-- 

michael dot meissner at amd dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |michael dot meissner at amd
                   |                            |dot com


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


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