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

Matthias Springer via All-commits all-commits at lists.llvm.org
Thu Sep 21 02:04:49 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3bd7a9b47badd22b21f5b53ddeffe550a0c1f338
      https://github.com/llvm/llvm-project/commit/3bd7a9b47badd22b21f5b53ddeffe550a0c1f338
  Author: Matthias Springer <me at m-sp.org>
  Date:   2023-09-21 (Thu, 21 Sep 2023)

  Changed paths:
    M mlir/include/mlir/Dialect/Affine/IR/AffineOps.td
    M mlir/include/mlir/Dialect/SCF/IR/SCFOps.td
    M mlir/include/mlir/Interfaces/LoopLikeInterface.td
    M mlir/lib/Conversion/AffineToStandard/AffineToStandard.cpp
    M mlir/lib/Dialect/Affine/IR/AffineOps.cpp
    M mlir/lib/Dialect/Affine/Transforms/SuperVectorize.cpp
    M mlir/lib/Dialect/Affine/Utils/LoopFusionUtils.cpp
    M mlir/lib/Dialect/Affine/Utils/LoopUtils.cpp
    M mlir/lib/Dialect/Affine/Utils/Utils.cpp
    M mlir/lib/Dialect/SCF/IR/SCF.cpp
    M mlir/lib/Interfaces/LoopLikeInterface.cpp

  Log Message:
  -----------
  [mlir][Interfaces] `LoopLikeOpInterface`:  Add helpers to get region iter_args and inits (#66925)

`AffineForOp::getInitOperands` is renamed to `getInits` to be consistent
with MLIR operand getter naming conventions. ("get" + operand name)




More information about the All-commits mailing list