[all-commits] [llvm/llvm-project] 041bc4: [mlir][Interfaces] ValueBoundsOpInterface: Support...
Matthias Springer via All-commits
all-commits at lists.llvm.org
Thu Apr 6 18:53:28 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 041bc485bf2122b238eb1a336d3a38168feb8eaa
https://github.com/llvm/llvm-project/commit/041bc485bf2122b238eb1a336d3a38168feb8eaa
Author: Matthias Springer <springerm at google.com>
Date: 2023-04-07 (Fri, 07 Apr 2023)
Changed paths:
M mlir/include/mlir/Dialect/Affine/Transforms/Transforms.h
M mlir/lib/Dialect/Affine/IR/ValueBoundsOpInterfaceImpl.cpp
M mlir/lib/Interfaces/ValueBoundsOpInterface.cpp
M mlir/test/Dialect/Affine/value-bounds-op-interface-impl.mlir
M mlir/test/lib/Dialect/Affine/TestReifyValueBounds.cpp
Log Message:
-----------
[mlir][Interfaces] ValueBoundsOpInterface: Support LB and UB bounds
This change also adds support for `affine.min` and `affine.max` ops.
Differential Revision: https://reviews.llvm.org/D145787
More information about the All-commits
mailing list