[PATCH] D42615: [X86] Generate BT instrutions a bit more agressively

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Jan 27 11:45:42 PST 2018


craig.topper added inline comments.


================
Comment at: test/CodeGen/X86/testb-je-fusion.ll:11
 ; CHECK-NEXT:    xorl %eax, %eax
-; CHECK-NEXT:    testb $2, %ch
-; CHECK-NEXT:    je .LBB0_2
----------------
I will say this is kinda stupid that we forced a copy just so we could do a high register trick.


Repository:
  rL LLVM

https://reviews.llvm.org/D42615





More information about the llvm-commits mailing list