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

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 18 02:37:18 PDT 2022


RKSimon accepted this revision.
RKSimon added a comment.
This revision is now accepted and ready to land.

LGTM (with a minor tweak to the release notes description)



================
Comment at: llvm/docs/ReleaseNotes.rst:134
 
+- Support ISA of ``MSRLIST``.
+
----------------
RKSimon wrote:
> It'd be better to list the instructions as well (WRMSRNLIST and RDMSRNLIST)
Add support for the ``RDMSRLIST`` and ``WRMSRLIST`` instructions.


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