[LLVMbugs] [Bug 1675] instcombine neg(zext(bool)) to sext(bool)

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Tue Mar 2 08:55:30 PST 2010


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

Alastair Lynn <arplynn at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |arplynn at gmail.com
         Resolution|                            |FIXED

--- Comment #3 from Alastair Lynn <arplynn at gmail.com> 2010-03-02 10:55:30 CST ---
All of these transformations are now done apart from
select bool X, -1, 0    -> sext from bool
where the reverse is done.

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