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

Simon Pilgrim <[email protected]> changed:

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

--- Comment #4 from Simon Pilgrim <[email protected]> ---
Fold added at rG38c799bce801

x(int): # @x(int)
  notl %edi
  testw $1234, %di # imm = 0x4D2
  je t() # TAILCALL
  retq

y(int): # @y(int)
  notl %edi
  testw $1234, %di # imm = 0x4D2
  je t() # TAILCALL
  retq

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