[PATCH] D127717: [X86][NFC] Use mnemonic tables in validateInstruction 2/N

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 14 09:30:24 PDT 2022


craig.topper added inline comments.


================
Comment at: llvm/lib/Target/X86/AsmParser/X86AsmParser.cpp:3850
                                               "distinct from source registers");
+  } else if (isVFCMULCPH(Opcode) || isVFCMULCSH(Opcode) || isVFMULCPH(Opcode)) {
+    unsigned Dest = Inst.getOperand(0).getReg();
----------------
What about VFMULCSH?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D127717



More information about the llvm-commits mailing list