[llvm] [Mips] Change vsplat_imm_eq_1 to a ComplexPattern. (PR #116471)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Sat Nov 16 09:27:12 PST 2024


================
@@ -220,6 +220,11 @@ bool MipsDAGToDAGISel::selectVSplatMaskR(SDValue N, SDValue &Imm) const {
   return false;
 }
 
+bool MipsDAGToDAGISel::selectVSplatImmEq1(SDValue N) const {
+  llvm_unreachable("Unimplemented function.");
+  return false;
----------------
arsenm wrote:

Delete dead function (or at least the dead return) 

https://github.com/llvm/llvm-project/pull/116471


More information about the llvm-commits mailing list