[mlir][linalg] ValueBoundsOpInterface: Add affine.apply op
authorMatthias Springer <springerm@google.com>
Thu, 6 Apr 2023 01:15:11 +0000 (10:15 +0900)
committerMatthias Springer <springerm@google.com>
Thu, 6 Apr 2023 01:23:06 +0000 (10:23 +0900)
commit4f8f01b76c798671ce0657c6f77a532d7f4b6cd5
tree452ea79059cf3d8ce1306c91cc4ffc758e62f5ea
parentcf0395f81655ead3ac8e7e6c85778316097f2748
[mlir][linalg] ValueBoundsOpInterface: Add affine.apply op

Differential Revision: https://reviews.llvm.org/D145694
mlir/include/mlir/Dialect/Affine/IR/AffineOps.td
mlir/include/mlir/Dialect/Affine/IR/ValueBoundsOpInterfaceImpl.h [new file with mode: 0644]
mlir/include/mlir/InitAllDialects.h
mlir/lib/Dialect/Affine/IR/CMakeLists.txt
mlir/lib/Dialect/Affine/IR/ValueBoundsOpInterfaceImpl.cpp [new file with mode: 0644]
mlir/test/Dialect/Affine/value-bounds-op-interface-impl.mlir [new file with mode: 0644]
utils/bazel/llvm-project-overlay/mlir/BUILD.bazel