[all-commits] [llvm/llvm-project] 53da86: [linalg][mlir] Replace getSmallestBoundingIndex in...
Tobias Gysi via All-commits
all-commits at lists.llvm.org
Wed Nov 10 08:17:02 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 53da8600e1bd2fb91b344ad301209e1b8d5de160
https://github.com/llvm/llvm-project/commit/53da8600e1bd2fb91b344ad301209e1b8d5de160
Author: Tobias Gysi <gysit at google.com>
Date: 2021-11-10 (Wed, 10 Nov 2021)
Changed paths:
M mlir/lib/Dialect/Linalg/Transforms/Promotion.cpp
Log Message:
-----------
[linalg][mlir] Replace getSmallestBoundingIndex in promotion (NFC).
Replace the getSmallestBoundingIndex method used in promotion by getConstantUpperBoundForIndex that uses flat affine constraints to compute a constant upper bound.
Depends On D113546
Reviewed By: nicolasvasilache
Differential Revision: https://reviews.llvm.org/D113548
More information about the All-commits
mailing list