[LLVMbugs] [Bug 8823] scheduler crash on CodeGen/Generic/add-with-overflow-128.ll when running on x86-32
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Wed Dec 22 19:18:04 PST 2010
http://llvm.org/bugs/show_bug.cgi?id=8823
Andrew Trick <atrick at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |atrick at apple.com
Resolution| |FIXED
--- Comment #1 from Andrew Trick <atrick at apple.com> 2010-12-22 21:18:04 CST ---
Fixed in r122472:
In the bottom-up selection DAG scheduling, handle two-address
instructions that read/write unspillable registers. Treat
the entire chain of two-address nodes as a single live range.
--
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