[all-commits] [llvm/llvm-project] 039f88: [mlir][tensor] Fix bug in `ConcatOpInterface` (#16...
Longsheng Mou via All-commits
all-commits at lists.llvm.org
Mon Dec 1 19:49:22 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 039f883f7c350d2c8bd5cf07a05d757890ddcfdf
https://github.com/llvm/llvm-project/commit/039f883f7c350d2c8bd5cf07a05d757890ddcfdf
Author: Longsheng Mou <longshengmou at gmail.com>
Date: 2025-12-02 (Tue, 02 Dec 2025)
Changed paths:
M mlir/lib/Dialect/Tensor/Transforms/BufferizableOpInterfaceImpl.cpp
M mlir/test/Dialect/Tensor/bufferize.mlir
Log Message:
-----------
[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.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list