[all-commits] [llvm/llvm-project] 0d8877: [mlir][SCF] Add ValueBoundsOpInterface impl for sc...

Matthias Springer via All-commits all-commits at lists.llvm.org
Thu Apr 6 19:02:18 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 0d8877752588844324a416207a6b4bec1bba0db2
      https://github.com/llvm/llvm-project/commit/0d8877752588844324a416207a6b4bec1bba0db2
  Author: Matthias Springer <springerm at google.com>
  Date:   2023-04-07 (Fri, 07 Apr 2023)

  Changed paths:
    A mlir/include/mlir/Dialect/SCF/IR/ValueBoundsOpInterfaceImpl.h
    M mlir/include/mlir/InitAllDialects.h
    M mlir/lib/Dialect/SCF/IR/CMakeLists.txt
    A mlir/lib/Dialect/SCF/IR/ValueBoundsOpInterfaceImpl.cpp
    A mlir/test/Dialect/SCF/value-bounds-op-interface-impl.mlir
    M utils/bazel/llvm-project-overlay/mlir/BUILD.bazel

  Log Message:
  -----------
  [mlir][SCF] Add ValueBoundsOpInterface impl for scf.for

Only induction variables are supported. iter_args will be supported in a
subsequent change.

Differential Revision: https://reviews.llvm.org/D145804




More information about the All-commits mailing list