[LLVMbugs] [Bug 9709] greedy regalloc - avoidable spilling (removed with LICM)
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Wed Apr 13 23:49:39 PDT 2011
http://llvm.org/bugs/show_bug.cgi?id=9709
Roman Divacky <rdivacky at freebsd.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
Resolution|INVALID |
--- Comment #3 from Roman Divacky <rdivacky at freebsd.org> 2011-04-14 01:49:39 CDT ---
The thing is that LICM helps here. It looks that for some weird reason greedy
regalloc does a better job on the LICM processed bitcode.
I think it should be investigated why and possible improve the regalloc.
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the llvm-bugs
mailing list