[all-commits] [llvm/llvm-project] ea53a6: [linalg][mlir] Replace getSmallestBoundingIndex in...

Tobias Gysi via All-commits all-commits at lists.llvm.org
Wed Nov 10 07:16:45 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ea53a6938b12894dc883b85cf86da03ecec01b0f
      https://github.com/llvm/llvm-project/commit/ea53a6938b12894dc883b85cf86da03ecec01b0f
  Author: Tobias Gysi <gysit at google.com>
  Date:   2021-11-10 (Wed, 10 Nov 2021)

  Changed paths:
    M mlir/include/mlir/Dialect/Linalg/Utils/Utils.h
    M mlir/lib/Dialect/Linalg/Transforms/Transforms.cpp
    M mlir/lib/Dialect/Linalg/Utils/Utils.cpp

  Log Message:
  -----------
  [linalg][mlir] Replace getSmallestBoundingIndex in padding (NFC).

Replace the getSmallestBoundingIndex method used in padding by getConstantUpperBoundForIndex that uses flat affine constraints to compute a constant upper bound.

Depends On D113398

Reviewed By: nicolasvasilache

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




More information about the All-commits mailing list