From: Craig Topper Date: Mon, 23 Oct 2017 16:22:40 +0000 (+0000) Subject: [X86] Change VMPTRST to use PS instead of TB to match VMPTRLD. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a168659fe02cb29b4a9abf4e3d8895c62a4a7de9;p=llvm [X86] Change VMPTRST to use PS instead of TB to match VMPTRLD. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@316340 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/X86/X86InstrVMX.td b/lib/Target/X86/X86InstrVMX.td index 315a69e6a2a..273ad24e84b 100644 --- a/lib/Target/X86/X86InstrVMX.td +++ b/lib/Target/X86/X86InstrVMX.td @@ -42,7 +42,7 @@ def VMRESUME : I<0x01, MRM_C3, (outs), (ins), "vmresume", []>, TB; def VMPTRLDm : I<0xC7, MRM6m, (outs), (ins i64mem:$vmcs), "vmptrld\t$vmcs", []>, PS; def VMPTRSTm : I<0xC7, MRM7m, (outs), (ins i64mem:$vmcs), - "vmptrst\t$vmcs", []>, TB; + "vmptrst\t$vmcs", []>, PS; def VMREAD64rr : I<0x78, MRMDestReg, (outs GR64:$dst), (ins GR64:$src), "vmread{q}\t{$src, $dst|$dst, $src}", []>, PS, Requires<[In64BitMode]>; def VMREAD32rr : I<0x78, MRMDestReg, (outs GR32:$dst), (ins GR32:$src),