[LLVMbugs] [Bug 5092] Assertion failure in TranslateX86CC with SetCCOpcode == ISD:: SETOEQ
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Tue Oct 20 09:27:00 PDT 2009
http://llvm.org/bugs/show_bug.cgi?id=5092
Dan Gohman <gohman at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #12 from Dan Gohman <gohman at apple.com> 2009-10-20 11:27:00 ---
This is fixed in r84640. I chose the approach of making the x86 code gracefully
recover when it encounters an OEQ comparison. It would be nice to have the
various Legalize phases be able to cooperate more closely, but this fix is a
reasonable solution for now.
--
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