[LLVMbugs] [Bug 2084] Regalloc should deal with running out of registers more gracefully

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Fri Oct 14 19:26:43 PDT 2011


http://llvm.org/bugs/show_bug.cgi?id=2084

Eli Friedman <sharparrow1 at yahoo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WORKSFORME

--- Comment #2 from Eli Friedman <sharparrow1 at yahoo.com> 2011-10-14 21:26:43 CDT ---
The situation here is improved a lot on trunk:

<stdin>:1:50: error: ran out of registers during register allocation
int a() {int a,b,c,d,di,si,bp,sp;; asm volatile ("%0 %1 %2 %3 %4 %5 %6 %7" :
                                                 ^

-- 
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