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
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/docs/ReleaseNotes.rst | ||
---|---|---|
139 | It'd be better to list the instructions as well (WRMSRNLIST and RDMSRNLIST) |
llvm/lib/Target/X86/X86InstrSystem.td | ||
---|---|---|
432 | why is there an N in the class name that isn't in the mnemonic? |
llvm/lib/Target/X86/X86InstrSystem.td | ||
---|---|---|
432 | Yes, N is typo... Good catch! |
Comment Actions
LGTM (with a minor tweak to the release notes description)
llvm/docs/ReleaseNotes.rst | ||
---|---|---|
139 | Add support for the `RDMSRLIST and WRMSRLIST` instructions. |
llvm/lib/Target/X86/X86InstrSystem.td | ||
---|---|---|
434 | Could we combine the line 431 and 433? |
It'd be better to list the instructions as well (WRMSRNLIST and RDMSRNLIST)