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

Simon Pilgrim <llvm-...@redking.me.uk> changed:

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

--- Comment #7 from Simon Pilgrim <llvm-...@redking.me.uk> ---
Fixed in rG59fa435ea66629b4c45d9e6b62fa6cc1cdf5d5aa

a:
        xorl    %eax, %eax
        cmpl    $4, %edi
        cmovael %edi, %eax
        retq
b:
        xorl    %eax, %eax
        cmpl    $4, %edi
        cmovael %edi, %eax
        retq

-- 
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