mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-24 06:26:07 +00:00
[X86] Reuse STDNone for MFENCE node [nfc]
This commit is contained in:
parent
f412171f71
commit
0dd3f30fe3
@ -121,8 +121,6 @@ def SDT_X86EHRET : SDTypeProfile<0, 1, [SDTCisInt<0>]>;
|
||||
|
||||
def SDT_X86TCRET : SDTypeProfile<0, 2, [SDTCisPtrTy<0>, SDTCisVT<1, i32>]>;
|
||||
|
||||
def SDT_X86MEMBARRIER : SDTypeProfile<0, 0, []>;
|
||||
|
||||
def SDT_X86ENQCMD : SDTypeProfile<1, 2, [SDTCisVT<0, i32>,
|
||||
SDTCisPtrTy<1>, SDTCisSameAs<1, 2>]>;
|
||||
|
||||
@ -135,8 +133,7 @@ def SDTX86Cmpccxadd : SDTypeProfile<1, 4, [SDTCisSameAs<0, 2>,
|
||||
SDTCisPtrTy<1>, SDTCisSameAs<2, 3>,
|
||||
SDTCisVT<4, i8>]>;
|
||||
|
||||
def X86MFence : SDNode<"X86ISD::MFENCE", SDT_X86MEMBARRIER,
|
||||
[SDNPHasChain]>;
|
||||
def X86MFence : SDNode<"X86ISD::MFENCE", SDTNone, [SDNPHasChain]>;
|
||||
|
||||
|
||||
def X86bsf : SDNode<"X86ISD::BSF", SDTUnaryArithWithFlags>;
|
||||
|
Loading…
x
Reference in New Issue
Block a user