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/37488] register allocation spills floats needlessly



------- Comment #4 from bonzini at gnu dot org  2009-02-04 16:22 -------
We get a wrong choice of class

    a1 (r59,l0) best FLOAT_REGS, cover FLOAT_REGS

(remember this is with -mfpmath=sse) despite the preferred reload class is
indeed SSE_REGS.

But then, we get the spill even without SSE math.


-- 

bonzini at gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |vmakarov at gcc dot gnu dot
                   |                            |org


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


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