[llvm] [X86] Support promoted ENQCMD and USER-MSR instructions (PR #77293)

via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 8 17:42:13 PST 2024


================
@@ -168,6 +168,11 @@ RecognizableInstr::RecognizableInstr(DisassemblerTables &tables,
 void RecognizableInstr::processInstr(DisassemblerTables &tables,
                                      const CodeGenInstruction &insn,
                                      InstrUID uid) {
+  if (insn.TheDef->getName() == "ENQCMD32_EVEX")
+  {
+    if (insn.TheDef->getName() == "yikarus")
+    return;
----------------
XinWang10 wrote:

removed.

https://github.com/llvm/llvm-project/pull/77293


More information about the llvm-commits mailing list