[Mlir-commits] [mlir] [mlir][memref] canonicalization for erasing copying subview to identical subview (PR #125852)

Kunwar Grover llvmlistbot at llvm.org
Thu Feb 27 14:01:08 PST 2025


https://github.com/Groverkss requested changes to this pull request.

If the two subview operations are same, why wouldn't they cse to the same operation? You could implement the same canonicalization for any two duplicate operations.

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


More information about the Mlir-commits mailing list