[PATCH] D93524: [X86] WIP Teach assembler to accept vmsave/vmload/vmrun/invlpga/skinit with or without the fixed register operands
Simon Pilgrim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Dec 18 03:41:17 PST 2020
RKSimon added inline comments.
================
Comment at: llvm/lib/Target/X86/X86InstrSVM.td:61
def INVLPGA64 : I<0x01, MRM_DF, (outs), (ins),
"invlpga\t{%rax, %ecx|rax, ecx}", []>, TB, Requires<[In64BitMode]>;
} // SchedRW
----------------
Why didn't you need to edit these?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D93524/new/
https://reviews.llvm.org/D93524
More information about the llvm-commits
mailing list