[all-commits] [llvm/llvm-project] 8801e6: [RISCV][NFC] Remove ISel of SPLAT_VECTOR
Wang Pengcheng via All-commits
all-commits at lists.llvm.org
Wed Oct 26 22:37:57 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8801e60c11ff9aacb9bc9d8eb69c9f2a3fb9bdf2
https://github.com/llvm/llvm-project/commit/8801e60c11ff9aacb9bc9d8eb69c9f2a3fb9bdf2
Author: wangpc <pc.wang at linux.alibaba.com>
Date: 2022-10-27 (Thu, 27 Oct 2022)
Changed paths:
M llvm/lib/Target/RISCV/RISCVISelDAGToDAG.cpp
Log Message:
-----------
[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
More information about the All-commits
mailing list