[PATCH] D128934: [X86] Add RDPRU instruction

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 5 12:13:56 PDT 2022


RKSimon added a comment.

In D128934#3630807 <https://reviews.llvm.org/D128934#3630807>, @probinson wrote:

> In D128934#3629404 <https://reviews.llvm.org/D128934#3629404>, @RKSimon wrote:
>
>> Please can you add a disassembler test?
>
> Isn't that what test/MC/X86/RDPRU.s does (via llvm-objdump)?  If "disassembler test" means something else, please point to an example.

https://github.com/llvm/llvm-project/tree/main/llvm/test/MC/Disassembler/X86 - they're kept inside the MC section, but its the "reverse lookup" disasm tests


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D128934/new/

https://reviews.llvm.org/D128934



More information about the llvm-commits mailing list