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 #4 from ian at airs dot com  2006-02-07 08:31 -------
With my current set of subreg patches, for this test case with -O2
-momit-leaf-frame-pointer, I get this:

foo:
        movl    4(%esp), %edx
        movl    8(%esp), %eax
        ret

which I suspect is optimal.


-- 

ian at airs dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ian at airs 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]