[PATCH] D135934: [X86] Add MSRLIST instructions.

Kan Shengchen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 18 03:53:42 PDT 2022


skan added inline comments.


================
Comment at: llvm/lib/Target/X86/X86InstrSystem.td:434
+let Uses = [RSI, RDI, RCX], Predicates = [In64BitMode] in
+def RDMSRLIST : I<0x01, MRM_C6, (outs), (ins), "rdmsrlist", []>, XD;
+
----------------
Could we combine the line 431 and 433?


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