[all-commits] [llvm/llvm-project] 3fecf9: [mlir][arith] Add ValueBoundsOpInterface impls
Matthias Springer via All-commits
all-commits at lists.llvm.org
Wed Apr 5 18:53:28 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3fecf9a5c3c3152e00eae5804b76562931884ef6
https://github.com/llvm/llvm-project/commit/3fecf9a5c3c3152e00eae5804b76562931884ef6
Author: Matthias Springer <springerm at google.com>
Date: 2023-04-06 (Thu, 06 Apr 2023)
Changed paths:
A mlir/include/mlir/Dialect/Arith/IR/ValueBoundsOpInterfaceImpl.h
M mlir/include/mlir/InitAllDialects.h
M mlir/lib/Dialect/Arith/IR/CMakeLists.txt
A mlir/lib/Dialect/Arith/IR/ValueBoundsOpInterfaceImpl.cpp
A mlir/test/Dialect/Arith/value-bounds-op-interface-impl.mlir
M mlir/test/lib/Dialect/Affine/TestReifyValueBounds.cpp
M utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
Log Message:
-----------
[mlir][arith] Add ValueBoundsOpInterface impls
These ops are useful for unit testing. (They do not fold/canonicalize with affine.apply etc.)
Differential Revision: https://reviews.llvm.org/D145696
More information about the All-commits
mailing list