Longsheng Mou 039f883f7c
[mlir][tensor] Fix bug in ConcatOpInterface (#168676)
This PR fixes an issue in `ConcatOpInterface` where `tensor.concat`
fails when the concat dimension is dynamic while the result type is
static. The fix unifies the computation by using `OpFoldResult`,
avoiding the need to separately handle dynamic and static dimension
values. Fixes #162776.
2025-12-02 11:49:01 +08:00
..