[Mlir-commits] [mlir] [mlir][tensor] Make tensor::PadOp a ReifyRankedShapedTypeOpInterface (PR #145867)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Thu Jun 26 12:48:41 PDT 2025


https://github.com/MaheshRavishankar commented:

Thanks for adding this, but I am curious how the dim resolution of pad ops worked before. I dont see any tests of the form https://github.com/llvm/llvm-project/blob/main/mlir/test/Dialect/Tensor/resolve-shaped-type-result-dims.mlir that shows something that worked before and works now because the interface was added. All I see are tests with operands swapped around.

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


More information about the Mlir-commits mailing list