[Mlir-commits] [mlir] [mlir][vector] Add linearization pattern for vector.splat (PR #137651)
Andrzej WarzyĆski
llvmlistbot at llvm.org
Thu May 1 09:01:06 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,
----------------
banach-space wrote:
Is this needed for the `vector.splat` pattern?
https://github.com/llvm/llvm-project/pull/137651
More information about the Mlir-commits
mailing list