[PATCH] D58875: [X86] Merge negated ISD::SUB nodes into X86ISD::SUB equivalent (PR40483) (WIP)

Dávid Bolvanský via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 11 07:22:51 PDT 2019


xbolva00 added inline comments.


================
Comment at: test/CodeGen/X86/jump_sign.ll:124
 ; CHECK-NEXT:    subl %ecx, %eax
-; CHECK-NEXT:    cmovlel %edx, %eax
+; CHECK-NEXT:    negl %eax
+; CHECK-NEXT:    cmpl %ecx, %edx
----------------
:(


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D58875/new/

https://reviews.llvm.org/D58875





More information about the llvm-commits mailing list