[llvm] [X86] Support promoted ENQCMD, KEYLOCKER and USER-MSR instructions (PR #77293)
Shengchen Kan via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 22 19:13:54 PST 2024
================
@@ -1566,7 +1566,27 @@ let SchedRW = [WriteStore], Defs = [EFLAGS] in {
def ENQCMDS64 : I<0xF8, MRMSrcMem, (outs), (ins GR64:$dst, i512mem_GR64:$src),
----------------
KanRobert wrote:
Use multiclass for this.
https://github.com/llvm/llvm-project/pull/77293
More information about the llvm-commits
mailing list