[all-commits] [llvm/llvm-project] b6e7b1: [mlir][linalg] Simplify padding test (NFC).

Tobias Gysi via All-commits all-commits at lists.llvm.org
Wed Nov 24 11:26:36 PST 2021


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

  Changed paths:
    M mlir/test/Dialect/Linalg/pad.mlir

  Log Message:
  -----------
  [mlir][linalg] Simplify padding test (NFC).

The padding tests previously contained the tile loops. This revision removes the tile loops since padding itself does not consider the loops. Instead the induction variables are passed in as function arguments which promotes them to symbols in the affine expressions. Note that the pad-and-hoist.mlir test still exercises padding in the context of the full loop nest.

Depends On D114175

Reviewed By: nicolasvasilache

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




More information about the All-commits mailing list