[all-commits] [llvm/llvm-project] e3df4b: [X86] Add MSRLIST instructions.
FreddyLeaf via All-commits
all-commits at lists.llvm.org
Tue Oct 18 19:38:02 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e3df4ba9d277457be944ffa8c711cb45a9b3e240
https://github.com/llvm/llvm-project/commit/e3df4ba9d277457be944ffa8c711cb45a9b3e240
Author: Freddy Ye <freddy.ye at intel.com>
Date: 2022-10-19 (Wed, 19 Oct 2022)
Changed paths:
M llvm/docs/ReleaseNotes.rst
M llvm/lib/Target/X86/X86InstrSystem.td
A llvm/test/MC/Disassembler/X86/x86-64-msrlist.txt
A llvm/test/MC/X86/x86-64-msrlist.s
Log Message:
-----------
[X86] Add MSRLIST instructions.
For more details about these instructions, please refer to the latest ISE document: https://www.intel.com/content/www/us/en/develop/download/intel-architecture-instruction-set-extensions-programming-reference.html
Reviewed By: skan, RKSimon
Differential Revision: https://reviews.llvm.org/D135934
More information about the All-commits
mailing list