[Mlir-commits] [mlir] [mlir] [linalg] Add canonicalize pattern to swap transpose with broadcast (PR #97063)
donald chen
llvmlistbot at llvm.org
Thu Jul 4 05:14:18 PDT 2024
cxy-1993 wrote:
> 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
If this pattern breaks downstream repo, please feel free to remove it.
https://github.com/llvm/llvm-project/pull/97063
More information about the Mlir-commits
mailing list