[LLVMbugs] [Bug 9237] Assertion `KillOps[*SR] == KillOp && "invalid subreg kill flags"' failed

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Mon Feb 21 22:55:02 PST 2011


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

Andrew Trick <atrick at apple.com> changed:

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

--- Comment #3 from Andrew Trick <atrick at apple.com> 2011-02-22 00:55:01 CST ---
Fixed in r126190. I needed to broaden the assertion in the VirtRegRewriter to
handle cases in which multiple operands of the same instruction kill the same
register. (they are both marked "kill").

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