[RISCV][NFC] Remove ISel of SPLAT_VECTOR
authorwangpc <pc.wang@linux.alibaba.com>
Thu, 27 Oct 2022 05:35:48 +0000 (13:35 +0800)
committerwangpc <pc.wang@linux.alibaba.com>
Thu, 27 Oct 2022 05:36:25 +0000 (13:36 +0800)
commit8801e60c11ff9aacb9bc9d8eb69c9f2a3fb9bdf2
tree7ff139044df6854fe4bb64b357347426d383c5e5
parent0fd018f9a99fd51567dabf570e9a379f1ab15ccd
[RISCV][NFC] Remove ISel of SPLAT_VECTOR

Since we have converted SPLAT_VECTOR to VMV_V_X_VL
or VFMV_V_F_VL in RISCVDAGToDAGISel::PreprocessISelDAG().

Reviewed By: craig.topper

Differential Revision: https://reviews.llvm.org/D136814
llvm/lib/Target/RISCV/RISCVISelDAGToDAG.cpp