[Mlir-commits] [mlir] [MLIR][Tensor] Canonicalize fully covering slice insertions into tensors with unit prefixes (PR #92912)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Tue May 21 18:10:08 PDT 2024
https://github.com/MaheshRavishankar requested changes to this pull request.
This shouldnt be a canonicalizer. This might not be a good thing to do always. For example, bufferization would not be able to handle the `expand_shape` properly (without essentially doing this analysis in reverse, essentially undoing this canonicalization). Please add a separate entry point for this pattern.
https://github.com/llvm/llvm-project/pull/92912
More information about the Mlir-commits
mailing list