[all-commits] [llvm/llvm-project] d0ec4a: [mlir][linalg] Add pad and hoist test pass.

Tobias Gysi via All-commits all-commits at lists.llvm.org
Fri Oct 29 08:09:35 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d0ec4a8ed9a39b4e3a35e0826b63ac6c5bc21da1
      https://github.com/llvm/llvm-project/commit/d0ec4a8ed9a39b4e3a35e0826b63ac6c5bc21da1
  Author: Tobias Gysi <gysit at google.com>
  Date:   2021-10-29 (Fri, 29 Oct 2021)

  Changed paths:
    M mlir/include/mlir/Dialect/Linalg/Transforms/Transforms.h
    M mlir/lib/Dialect/Linalg/Transforms/Transforms.cpp
    A mlir/test/Dialect/Linalg/pad-and-hoist.mlir
    M mlir/test/lib/Dialect/Linalg/TestLinalgTransforms.cpp

  Log Message:
  -----------
  [mlir][linalg] Add pad and hoist test pass.

Adding a padding and hoisting pattern, a test pass, and tests. The patch prepares the split of tiling/fusion and padding.

Depends On D112255

Reviewed By: nicolasvasilache

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




More information about the All-commits mailing list