[llvm-bugs] [Bug 44426] [InstCombine] sub (select %c, %x, %y), %x -> select %c, 0, (sub %y, %x)

via llvm-bugs llvm-bugs at lists.llvm.org
Sat Jan 4 06:52:34 PST 2020


https://bugs.llvm.org/show_bug.cgi?id=44426

Roman Lebedev <lebedev.ri at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
           Assignee|unassignedbugs at nondot.org   |lebedev.ri at gmail.com
             Status|NEW                         |RESOLVED
                 CC|                            |nikita.ppv at gmail.com
 Fixed By Commit(s)|                            |83aa0b6734d 4d8e47ca180
                   |                            |d2b79c76be5 772ede3d5d5
                   |                            |6d05bc2e3a9

--- Comment #2 from Roman Lebedev <lebedev.ri at gmail.com> ---
Applied in 4d8e47ca180 + 772ede3d5d5
This also solved simple cases with no extra uses in InstCombine/sub-minmax.ll

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20200104/59ace54f/attachment.html>


More information about the llvm-bugs mailing list