[LLVMbugs] [Bug 11948] A bug in InstructionSimplify.cpp (icmp with a select operand)

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Fri Feb 10 06:33:22 PST 2012


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

Duncan Sands <baldrick at free.fr> changed:

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

--- Comment #1 from Duncan Sands <baldrick at free.fr> 2012-02-10 08:33:22 CST ---
InstructionSimplify is not allowed to create new instructions, so the only
thing
that can be done is to bail out in this situation.  Fixed here:
http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20120206/136772.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