[Mlir-commits] [mlir] [mlir][vector] Add linearization pattern for vector.splat (PR #137651)

Nishant Patel llvmlistbot at llvm.org
Thu May 1 10:09:03 PDT 2025


================
@@ -82,7 +85,7 @@ struct LinearizeConstantLike final
 
   LinearizeConstantLike(
       const TypeConverter &typeConverter, MLIRContext *context,
-      unsigned targetVectBitWidth = std::numeric_limits<unsigned>::max(),
+      unsigned targetVectBitWidth = defaultTargetVectorBitWidth,
----------------
nbpatel wrote:

no, this will go away once I rebase after #136581 & #138072 

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


More information about the Mlir-commits mailing list