[all-commits] [llvm/llvm-project] 7cef24: [mlir][linalg] Adapt the FillOp builder signature.

Tobias Gysi via All-commits all-commits at lists.llvm.org
Wed Jun 23 01:07:56 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 7cef24ee83cd85b0d7917e7d574287615a717e44
      https://github.com/llvm/llvm-project/commit/7cef24ee83cd85b0d7917e7d574287615a717e44
  Author: Tobias Gysi <gysit at google.com>
  Date:   2021-06-23 (Wed, 23 Jun 2021)

  Changed paths:
    M mlir/include/mlir/Dialect/Linalg/IR/LinalgStructuredOps.td
    M mlir/lib/Conversion/TosaToLinalg/TosaToLinalg.cpp
    M mlir/lib/Dialect/Linalg/IR/LinalgOps.cpp
    M mlir/lib/Dialect/Linalg/Transforms/Bufferize.cpp
    M mlir/lib/Dialect/Linalg/Transforms/Promotion.cpp
    M mlir/lib/Dialect/Linalg/Transforms/Transforms.cpp
    M mlir/lib/Dialect/Linalg/Transforms/Vectorization.cpp
    M mlir/lib/Dialect/Vector/VectorTransforms.cpp
    M mlir/test/lib/Dialect/Linalg/TestLinalgTransforms.cpp

  Log Message:
  -----------
  [mlir][linalg] Adapt the FillOp builder signature.

Change the build operand order from output, value to value, output. The patch makes the argument order consistent with the pretty printed order updated by https://reviews.llvm.org/D104356.

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




More information about the All-commits mailing list