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

Simon Pilgrim <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED
                 CC|                            |[email protected],
                   |                            |[email protected]
          Component|Backend: X86                |Scalar Optimizations
 Fixed By Commit(s)|                            |2cd23eb2438238b1297ff7b4368
                   |                            |d673c449ff24f

--- Comment #3 from Simon Pilgrim <[email protected]> ---
https://godbolt.org/z/GoMjxzW9f

This was fixed in D104665/rG2cd23eb24382

define i1 @k(i64 %0) {
  %2 = icmp ugt i64 %0, 4611686018427387903
  ret i1 %2
}

k(unsigned long long):                                  # @k(unsigned long
long)
        shr     rdi, 62
        setne   al
        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