[Mlir-commits] [mlir] [mlir][tensor] Preserve encoding in more canonicalizers (concat, reshape, pad) (PR #207241)

Mehdi Amini llvmlistbot at llvm.org
Sun Jul 5 06:12:13 PDT 2026


joker-eph wrote:

The "propagate if it does not break the verifier" is a bit weird to me: it means that a we would propagate a concat with dynamic shape, even though the metadata would be incorrect, just because a static verifier can't catch it is incorrect.

Also this seems to acknowledge that it is OK to drop the metadata, so It should just always be OK to drop it...

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


More information about the Mlir-commits mailing list