[PATCH] D42646: [X86] Avoid using high register trick for test instruction

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 29 09:33:58 PST 2018


craig.topper added inline comments.


================
Comment at: lib/Target/X86/X86ISelDAGToDAG.cpp:3090
-        // forced.
-        SDNode *NewNode = CurDAG->getMachineNode(X86::TEST8ri_NOREX, dl,
-                                                 MVT::i32, Subreg, ShiftedImm);
----------------
I believe this was the only use of the TEST8ri_NOREX instruction. Can you remove it from the td file  too?


Repository:
  rL LLVM

https://reviews.llvm.org/D42646





More information about the llvm-commits mailing list