[llvm-bugs] [Bug 41340] And in cmp expanded too much

via llvm-bugs llvm-bugs at lists.llvm.org
Mon Sep 2 08:50:15 PDT 2019


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

Sanjay Patel <spatel+llvm at rotateright.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
 Fixed By Commit(s)|                            |r370668
         Resolution|---                         |FIXED

--- Comment #6 from Sanjay Patel <spatel+llvm at rotateright.com> ---
We produce the expected x86 code after:
https://reviews.llvm.org/rL370668

        xorl    %eax, %eax
        testl   $2048, %edi             ## imm = 0x800
        sete    %al

-- 
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/20190902/f1f9221e/attachment.html>


More information about the llvm-bugs mailing list