[all-commits] [llvm/llvm-project] f1844f: [mlir][linalg] Change the FillOp library call sign...
Tobias Gysi via All-commits
all-commits at lists.llvm.org
Wed Jun 23 02:38:05 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f1844f15c1ad54b78f2d84087df4b51fe5f703f6
https://github.com/llvm/llvm-project/commit/f1844f15c1ad54b78f2d84087df4b51fe5f703f6
Author: Tobias Gysi <gysit at google.com>
Date: 2021-06-23 (Wed, 23 Jun 2021)
Changed paths:
M mlir/include/mlir/Dialect/Linalg/IR/LinalgOps.h
M mlir/lib/Conversion/LinalgToStandard/LinalgToStandard.cpp
Log Message:
-----------
[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
More information about the All-commits
mailing list