[Mlir-commits] [mlir] [mlir][linalg] Fix splat fold crash on non-TypedAttr element types (PR #218012)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Mon Aug 24 04:40:55 PDT 2026


================
@@ -1350,6 +1367,23 @@ func.func @transpose_non_splat_constant(%init: tensor<3x2xf32>) -> tensor<3x2xf3
   func.return %transpose : tensor<3x2xf32>
 }
 
+
+// -----
+
+// Same as @broadcast_splat_constant_complex, for the transpose pattern that
----------------
vabridgers wrote:

Done, thanks @rengolin 

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


More information about the Mlir-commits mailing list