[all-commits] [llvm/llvm-project] ded187: [mlir][NFC] Refactor linalg substituteMin and Affi...
Thomas via All-commits
all-commits at lists.llvm.org
Wed Apr 21 07:19:59 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ded18708f91fd32fd799ae3af3b86c285d6dd0e5
https://github.com/llvm/llvm-project/commit/ded18708f91fd32fd799ae3af3b86c285d6dd0e5
Author: thomasraoux <thomasraoux at google.com>
Date: 2021-04-21 (Wed, 21 Apr 2021)
Changed paths:
M mlir/include/mlir/Dialect/Linalg/Transforms/Transforms.h
M mlir/include/mlir/Dialect/SCF/Utils.h
M mlir/lib/Dialect/Linalg/Transforms/Hoisting.cpp
M mlir/lib/Dialect/Linalg/Transforms/Transforms.cpp
M mlir/lib/Dialect/SCF/Transforms/Utils.cpp
Log Message:
-----------
[mlir][NFC] Refactor linalg substituteMin and AffineMinSCF canonizalizations
Break up the dependency between SCF ops and substituteMin helper and make a
more generic version of AffineMinSCFCanonicalization. This reduce dependencies
between linalg and SCF and will allow the logic to be used with other kind of
ops. (Like ID ops).
Differential Revision: https://reviews.llvm.org/D100321
More information about the All-commits
mailing list