[all-commits] [llvm/llvm-project] ddc2eb: [mlir] Adds getUpperBound() to LoopLikeInterface.

Krzysztof Drewniak via All-commits all-commits at lists.llvm.org
Tue Apr 19 12:57:01 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ddc2eb0ada99cab81b6fae5f0cca999643a4b9f7
      https://github.com/llvm/llvm-project/commit/ddc2eb0ada99cab81b6fae5f0cca999643a4b9f7
  Author: Krzysztof Drewniak <Krzysztof.Drewniak at amd.com>
  Date:   2022-04-19 (Tue, 19 Apr 2022)

  Changed paths:
    M mlir/include/mlir/Dialect/Affine/IR/AffineOps.td
    M mlir/include/mlir/Dialect/SCF/SCFOps.td
    M mlir/include/mlir/Interfaces/LoopLikeInterface.td
    M mlir/lib/Dialect/Affine/IR/AffineOps.cpp
    M mlir/lib/Dialect/SCF/SCF.cpp

  Log Message:
  -----------
  [mlir] Adds getUpperBound() to LoopLikeInterface.

getUpperBound is analogous to getLowerBound(), except for the upper
bound, and is used in range analysis.

Reviewed By: Mogball

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




More information about the All-commits mailing list