[all-commits] [llvm/llvm-project] 912fed: [mlir][affine][NFC] Split `reifyValueBound` in two...

Matthias Springer via All-commits all-commits at lists.llvm.org
Tue Apr 18 00:41:13 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 912fedfbe5b9a2120c2a48a142abaff3bdc7a971
      https://github.com/llvm/llvm-project/commit/912fedfbe5b9a2120c2a48a142abaff3bdc7a971
  Author: Matthias Springer <springerm at google.com>
  Date:   2023-04-18 (Tue, 18 Apr 2023)

  Changed paths:
    M mlir/include/mlir/Dialect/Affine/Transforms/Transforms.h
    M mlir/lib/Dialect/Affine/Transforms/ReifyValueBounds.cpp
    M mlir/lib/Dialect/Linalg/Transforms/HoistPadding.cpp
    M mlir/test/lib/Dialect/Affine/TestReifyValueBounds.cpp

  Log Message:
  -----------
  [mlir][affine][NFC] Split `reifyValueBound` in two functions

There are now two entry points. One for shaped values and one for index-typed values. This addresses a comment in D146524.

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




More information about the All-commits mailing list