[Mlir-commits] [mlir] [mlir] Replace dynamic sizes in insert_slice of tensor.cast canonicalization (PR #91352)

Nicolas Vasilache llvmlistbot at llvm.org
Wed May 8 23:54:28 PDT 2024


================
@@ -1890,21 +1918,6 @@ func.func @splat_dynamic_no_fold(%m: index) -> tensor<4x?xf32> {
 
 // -----
 
-// There was an issue in cast + insert_slice folding generating invalid ir.
-// https://github.com/llvm/llvm-project/issues/53099
----------------
nicolasvasilache wrote:

ah yes, thank you!

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


More information about the Mlir-commits mailing list