[all-commits] [llvm/llvm-project] b30282: [mlir][linalg] Remove `computeStaticLoopSizes` (#1...
josel-amd via All-commits
all-commits at lists.llvm.org
Mon Feb 17 02:23:51 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b3028295e741159e5014c126cd74988785fe8bdb
https://github.com/llvm/llvm-project/commit/b3028295e741159e5014c126cd74988785fe8bdb
Author: josel-amd <jose.lopes at amd.com>
Date: 2025-02-17 (Mon, 17 Feb 2025)
Changed paths:
M mlir/include/mlir/Dialect/Linalg/IR/LinalgInterfaces.td
M mlir/lib/Dialect/Linalg/IR/LinalgInterfaces.cpp
M mlir/lib/Dialect/Linalg/Transforms/ConstantFold.cpp
Log Message:
-----------
[mlir][linalg] Remove `computeStaticLoopSizes` (#124778)
`computeStaticLoopSizes()` is functionally identical to `getStaticLoopRanges()`.
Replace all uses of `computeStaticLoopSizes()` by `getStaticLoopRanges()` and remove the former.
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