[Mlir-commits] [mlir] [MLIR] Fix incorrect memref::DimOp canonicalization, move it to tensor::DimOp (PR #84225)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Wed Mar 6 18:45:43 PST 2024


MaheshRavishankar wrote:

I am not sure that removing the `memref.dim` canonicalization here is the right answer. The canonicalization itself seems fine apart from it inserting operation after the op. 

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


More information about the Mlir-commits mailing list