forked from OSchip/llvm-project
Define splat_vector for ISD::SPLAT_VECTOR in TargetSelectionDAG.td
This commit is contained in:
parent
5d330f435e
commit
4af6c6bf3c
|
@ -638,6 +638,7 @@ def ist : SDNode<"ISD::STORE" , SDTIStore,
|
|||
|
||||
def vector_shuffle : SDNode<"ISD::VECTOR_SHUFFLE", SDTVecShuffle, []>;
|
||||
def build_vector : SDNode<"ISD::BUILD_VECTOR", SDTypeProfile<1, -1, []>, []>;
|
||||
def splat_vector : SDNode<"ISD::SPLAT_VECTOR", SDTypeProfile<1, 1, []>, []>;
|
||||
def scalar_to_vector : SDNode<"ISD::SCALAR_TO_VECTOR", SDTypeProfile<1, 1, []>,
|
||||
[]>;
|
||||
|
||||
|
|
Loading…
Reference in New Issue