[Mlir-commits] [mlir] [mlir][memref] canonicalization for erasing copying subview to identical subview (PR #125852)
Matthias Gehre
llvmlistbot at llvm.org
Wed Feb 5 08:13:39 PST 2025
mgehre-amd wrote:
It sounds like we could run `cse` first, and then both subview would be the same op. Which then the original pattern would pick up. Am I missing something?
https://github.com/llvm/llvm-project/pull/125852
More information about the Mlir-commits
mailing list