[all-commits] [llvm/llvm-project] 938648: [X86] Add TLBSYNC, INVLPGB and SNP instructions
Ganesh via All-commits
all-commits at lists.llvm.org
Fri Jan 8 09:09:45 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9386483b7142bbfe64b1a4d2f91b6712c1357c24
https://github.com/llvm/llvm-project/commit/9386483b7142bbfe64b1a4d2f91b6712c1357c24
Author: Ganesh Gopalasubramanian <Ganesh.Gopalasubramanian at amd.com>
Date: 2021-01-08 (Fri, 08 Jan 2021)
Changed paths:
M llvm/lib/Target/X86/X86InstrInfo.td
A llvm/lib/Target/X86/X86InstrSNP.td
M llvm/test/MC/Disassembler/X86/x86-32.txt
M llvm/test/MC/Disassembler/X86/x86-64.txt
A llvm/test/MC/X86/SNP-32.s
A llvm/test/MC/X86/SNP-64.s
M llvm/test/MC/X86/x86-32-coverage.s
M llvm/test/MC/X86/x86-32.s
M llvm/test/MC/X86/x86-64.s
Log Message:
-----------
[X86] Add TLBSYNC, INVLPGB and SNP instructions
Differential Revision: https://reviews.llvm.org/D94134
More information about the All-commits
mailing list