[Bug middle-end/37364] [4.4 Regression] IRA generates ineffient code
hjl dot tools at gmail dot com
gcc-bugzilla@gcc.gnu.org
Thu Sep 4 17:44:00 GMT 2008
------- Comment #3 from hjl dot tools at gmail dot com 2008-09-04 17:43 -------
The problem may be in IRA_COVER_CLASSES. -mtune=core2 turns on
TARGET_INTER_UNIT_MOVES, which means move between mmx and 64bit
integer registers is cheaper than load/store. But IRA doesn't
handle it properly.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37364
More information about the Gcc-bugs
mailing list