================
@@ -1305,6 +1305,8 @@ PrefixKind X86MCCodeEmitter::emitREXPrefix(int MemOperand, const MCInst &MI,
}
}
}
+ if (TSFlags & X86II::ExplicitREX2Prefix)
----------------
KanRobert wrote:
Done
https://github.com/llvm/llvm-project/pull/72835