[all-commits] [llvm/llvm-project] b1a735: [mlir][math] expand-math pass assumes the static s...
Kai Sasaki via All-commits
all-commits at lists.llvm.org
Tue Feb 25 17:30:37 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b1a735b45dcc194ad9be08d057bc853ad1c1467b
https://github.com/llvm/llvm-project/commit/b1a735b45dcc194ad9be08d057bc853ad1c1467b
Author: Kai Sasaki <lewuathe at gmail.com>
Date: 2025-02-26 (Wed, 26 Feb 2025)
Changed paths:
M mlir/lib/Dialect/Math/Transforms/ExpandPatterns.cpp
M mlir/test/Dialect/Math/expand-math.mlir
Log Message:
-----------
[mlir][math] expand-math pass assumes the static shaped type (#128299)
In the process of `expand-math` pass, the conversion of ceil op assumes
the static shaped type as input as it needs create 0 and 1 constant
values whose type is aligned with the op type.
Fixes https://github.com/llvm/llvm-project/issues/128275
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