[Mlir-commits] [mlir] [MLIR] Add expand_shape propagation through tensor.pad (PR #136681)
Hyunsung Lee
llvmlistbot at llvm.org
Sun Jul 13 18:03:18 PDT 2025
ita9naiwa wrote:
collapse_shape added. they works for both static and dynamic case
two limitations are
- padding value should be constant.
- padding dimension should not participate in the reshape.
but I believe that these cases are quite rare cases so we can at least at initial stage skip.
https://github.com/llvm/llvm-project/pull/136681
More information about the Mlir-commits
mailing list