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

Sanjay Patel <spatel+l...@rotateright.com> changed:

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

--- Comment #5 from Sanjay Patel <spatel+l...@rotateright.com> ---
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
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to