[Mlir-commits] [mlir] [mlir] Handle arith.const expr in dispatchIndexOpFoldResult func (PR #122432)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Sun Jan 12 17:50:34 PST 2025


https://github.com/MaheshRavishankar commented:

This is maybe OK... but seems like it is trying to account for some other issue. Is the issue the `expand_shape` op? Then you are probably missing a canonicalizer that can fold the constant shapes into the output shape.

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


More information about the Mlir-commits mailing list