[LLVMbugs] [Bug 2082] local RA allocating two values to sameregister with inline asm

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Fri Feb 22 12:41:08 PST 2008


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


Evan Cheng <evan.cheng at apple.com> changed:

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




--- Comment #8 from Evan Cheng <evan.cheng at apple.com>  2008-02-22 14:41:08 ---
Fixed.
http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20080218/058689.html

I am glad you found this bug. Local register allocator has not been using ESI,
EDI, and EBP because it thinks SIL, DIL, and BPL are always occupied! This
causes it to completely ran out of registers.


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