[mlir][linalg] Change the FillOp library call signature.
authorTobias Gysi <gysit@google.com>
Wed, 23 Jun 2021 09:06:04 +0000 (09:06 +0000)
committerTobias Gysi <gysit@google.com>
Wed, 23 Jun 2021 09:37:14 +0000 (09:37 +0000)
commitf1844f15c1ad54b78f2d84087df4b51fe5f703f6
tree4ec5abfebd97fcda71efef1461aa377a377a021b
parentaa58fdb3960bf1ea25c2c088fba96700cb7e7071
[mlir][linalg] Change the FillOp library call signature.

Adapt the FillOp library call signature to the updated operand order introduced in https://reviews.llvm.org/D10412. The patch reverts the special treatment of FillOp in LinalgToStandard.

Differential Revision: https://reviews.llvm.org/D104360
mlir/include/mlir/Dialect/Linalg/IR/LinalgOps.h
mlir/lib/Conversion/LinalgToStandard/LinalgToStandard.cpp