[all-commits] [llvm/llvm-project] 4e2c97: [mlir][linalg] Use getUpperBoundForIndex in hoisti...
Tobias Gysi via All-commits
all-commits at lists.llvm.org
Wed Nov 10 08:03:28 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4e2c978f440fb791b84258234a0d3b00c36ce6a4
https://github.com/llvm/llvm-project/commit/4e2c978f440fb791b84258234a0d3b00c36ce6a4
Author: Tobias Gysi <gysit at google.com>
Date: 2021-11-10 (Wed, 10 Nov 2021)
Changed paths:
M mlir/lib/Dialect/Linalg/Transforms/HoistPadding.cpp
Log Message:
-----------
[mlir][linalg] Use getUpperBoundForIndex in hoisting (NFC).
Use the custom upper bound computation in hoisting by the new getUpperBoundForIndex method.
Depends On D113546
Reviewed By: nicolasvasilache
Differential Revision: https://reviews.llvm.org/D113547
More information about the All-commits
mailing list