[LLVMbugs] [Bug 2076] Crash with inline asm: assertion " attempt to spill already spilled interval!"

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Mon Feb 25 18:43:50 PST 2008


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


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

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




--- Comment #9 from Evan Cheng <evan.cheng at apple.com>  2008-02-25 20:43:50 ---
Missed optimization. CodeGenPrepare should sink address computation into the
block whether the inline asm instruction resides. Fixed.
http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20080225/058784.html
http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20080225/058785.html


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