[Mlir-commits] [mlir] [mlir] [linalg] Add canonicalize pattern to swap transpose with broadcast (PR #97063)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Wed Jul 3 21:27:35 PDT 2024


https://github.com/MaheshRavishankar commented:

Thanks! Good to me for having as a canonicalization but under the caveat that if there is a valid case to move it out if canonicalization then we do that 
Note that such a move would cause downstream breakage. Something that was meant to happen automatically will change to it being opt in. This is another downside of canonicalization for me. Downstream uses can be unstable

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


More information about the Mlir-commits mailing list