[llvm] [X86] Support promoted ENQCMD and USER-MSR instructions (PR #77293)
    Phoebe Wang via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Mon Jan  8 05:23:29 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;
----------------
phoebewang wrote:
Where this from?
https://github.com/llvm/llvm-project/pull/77293
    
    
More information about the llvm-commits
mailing list