[PATCH] D94134: [X86] Add TLBSYNC, INVLPGB and SNP instructions
Ganesh Gopalasubramanian via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 6 01:53:33 PST 2021
GGanesh updated this revision to Diff 314823.
GGanesh added a comment.
Updated the patch for the review comments from @craig.topper and @pengfei
1. The instructions are updated for prefix specifiers
2. Except for pvalidate all the SNP instructions are valid only in 64-bit environment. Corrected the test accordingly.
3. The modes (In64BitMode, In64BitMode) are updated in Instruction description.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D94134/new/
https://reviews.llvm.org/D94134
Files:
llvm/lib/Target/X86/X86InstrInfo.td
llvm/lib/Target/X86/X86InstrSNP.td
llvm/test/MC/Disassembler/X86/x86-32.txt
llvm/test/MC/Disassembler/X86/x86-64.txt
llvm/test/MC/X86/SNP-32.s
llvm/test/MC/X86/SNP-64.s
llvm/test/MC/X86/x86-32-coverage.s
llvm/test/MC/X86/x86-32.s
llvm/test/MC/X86/x86-64.s
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D94134.314823.patch
Type: text/x-patch
Size: 7578 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210106/c8bf7a85/attachment.bin>
More information about the llvm-commits
mailing list