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

Sanjay Patel <[email protected]> changed:

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

--- Comment #5 from Sanjay Patel <[email protected]> ---
We have virtually the same asm as the GCC example in the description with:
https://reviews.llvm.org/rGec06b3813041

        mov     eax, edi
        or      eax, esi
        not     eax
        shr     eax, 31
        ret

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to