Define splat_vector for ISD::SPLAT_VECTOR in TargetSelectionDAG.td

This commit is contained in:
Krzysztof Parzyszek 2020-10-09 20:16:09 -05:00
parent 5d330f435e
commit 4af6c6bf3c
1 changed files with 1 additions and 0 deletions

View File

@ -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, []>,
[]>;