[all-commits] [llvm/llvm-project] 6510fa: [mlir][memref] Add ValueBoundsOpInterface impls
Matthias Springer via All-commits
all-commits at lists.llvm.org
Wed Apr 5 18:40:37 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6510fa90a0c12c18f39601c6f4f70bc7e916fe29
https://github.com/llvm/llvm-project/commit/6510fa90a0c12c18f39601c6f4f70bc7e916fe29
Author: Matthias Springer <springerm at google.com>
Date: 2023-04-06 (Thu, 06 Apr 2023)
Changed paths:
M mlir/include/mlir/Dialect/MemRef/IR/MemRefOps.td
A mlir/include/mlir/Dialect/MemRef/IR/ValueBoundsOpInterfaceImpl.h
M mlir/include/mlir/InitAllDialects.h
M mlir/lib/Dialect/MemRef/IR/CMakeLists.txt
A mlir/lib/Dialect/MemRef/IR/ValueBoundsOpInterfaceImpl.cpp
A mlir/test/Dialect/MemRef/value-bounds-op-interface-impl.mlir
M utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
Log Message:
-----------
[mlir][memref] Add ValueBoundsOpInterface impls
Differential Revision: https://reviews.llvm.org/D145695
More information about the All-commits
mailing list