[all-commits] [llvm/llvm-project] 1eae24: [mlir][linalg] Use OpBuilder in rewriteAsPaddedOp ...

Tobias Gysi via All-commits all-commits at lists.llvm.org
Thu Oct 28 23:31:51 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 1eae247a2d206151810b3b266d2fabf1bcd56cb1
      https://github.com/llvm/llvm-project/commit/1eae247a2d206151810b3b266d2fabf1bcd56cb1
  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

  Log Message:
  -----------
  [mlir][linalg] Use OpBuilder in rewriteAsPaddedOp (NFC).

Adapt the rewriteAsPaddedOp method to use the OpBuilder instead of the PatterRewriter.

Reviewed By: nicolasvasilache

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




More information about the All-commits mailing list