[PATCH] D135934: [X86] Add MSRLIST instructions.
Freddy, Ye via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 17 18:59:13 PDT 2022
FreddyYe marked an inline comment as done.
FreddyYe added inline comments.
================
Comment at: llvm/lib/Target/X86/X86InstrSystem.td:432
+let Uses = [RSI, RDI, RCX], Predicates = [In64BitMode] in
+def WRMSRNLIST : I<0x01, MRM_C6, (outs), (ins), "wrmsrlist", []>, XS;
+let Uses = [RSI, RDI, RCX], Predicates = [In64BitMode] in
----------------
craig.topper wrote:
> why is there an N in the class name that isn't in the mnemonic?
Yes, N is typo... Good catch!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D135934/new/
https://reviews.llvm.org/D135934
More information about the llvm-commits
mailing list