[mlir][NFC] Move helper substWithMin into Affine utils
authorThomas Raoux <thomasraoux@google.com>
Fri, 15 Jan 2021 22:03:57 +0000 (14:03 -0800)
committerThomas Raoux <thomasraoux@google.com>
Sat, 16 Jan 2021 01:13:56 +0000 (17:13 -0800)
commit3afbfb4145bea3796f1137c377774848093c3435
tree836726b556464787330d87707f7b005574815b99
parent1bd083b5d6d0619f532a7310e72887ea6d2e87eb
[mlir][NFC] Move helper substWithMin into Affine utils

This allow using this helper outside of the linalg canonicalization.

Differential Revision: https://reviews.llvm.org/D94826
mlir/include/mlir/Dialect/Affine/Utils.h
mlir/lib/Dialect/Affine/Utils/Utils.cpp
mlir/lib/Dialect/Linalg/Transforms/Transforms.cpp