[llvm-bugs] [Bug 32105] [PowerPC] inefficient codegen for select with negative constant

via llvm-bugs llvm-bugs at lists.llvm.org
Tue May 19 02:33:05 PDT 2020


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

qshanz at cn.ibm.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |qshanz at cn.ibm.com
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #1 from qshanz at cn.ibm.com ---
This is the latest codegen and I think, the issue you reported has been fixed.
        andi. 3, 3, 1
        li 4, -32
        li 3, 2
        isel 3, 4, 3, 1
        blr

-- 
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/20200519/ce450c4f/attachment-0001.html>


More information about the llvm-bugs mailing list