[all-commits] [llvm/llvm-project] 3cd2a0: [mlir][Interfaces] `LoopLikeOpInterface`: Add help...

Matthias Springer via All-commits all-commits at lists.llvm.org
Fri Oct 27 20:10:50 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3cd2a0bc1a2dcf851f1821765946b77d0e65bd2e
      https://github.com/llvm/llvm-project/commit/3cd2a0bc1a2dcf851f1821765946b77d0e65bd2e
  Author: Matthias Springer <me at m-sp.org>
  Date:   2023-10-28 (Sat, 28 Oct 2023)

  Changed paths:
    M mlir/include/mlir/Dialect/SCF/IR/SCFOps.td
    M mlir/include/mlir/Interfaces/LoopLikeInterface.td
    M mlir/lib/Dialect/Linalg/Transforms/HoistPadding.cpp
    M mlir/lib/Dialect/SCF/IR/SCF.cpp
    M mlir/lib/Dialect/SCF/Transforms/BufferizableOpInterfaceImpl.cpp
    M mlir/lib/Dialect/SCF/Transforms/LoopCanonicalization.cpp
    M mlir/lib/Dialect/SCF/Transforms/LoopPipelining.cpp
    M mlir/lib/Dialect/SCF/Transforms/TileUsingInterface.cpp

  Log Message:
  -----------
  [mlir][Interfaces] `LoopLikeOpInterface`: Add helpers to query tied inits/iter_args (#70408)

The `LoopLikeOpInterface` already has interface methods to query inits
and iter_args. This commit adds helper functions to query tied
init/iter_arg pairs and removes the corresponding functions for
`scf::ForOp`.




More information about the All-commits mailing list