[LLVMbugs] [Bug 14664] InstCombine missing canonicalization of sub-and into a select.

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Wed Jan 30 05:20:22 PST 2013


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

Muhammad Tauqir <muhammad.t.ahmad at intel.com> changed:

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

--- Comment #3 from Muhammad Tauqir <muhammad.t.ahmad at intel.com> 2013-01-30 07:20:22 CST ---
Committed as three transforms:
zext-sub --> sext (in r173093)
sext-and --> select (in r173901)
sext-not-and --> select (in r173901)

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