[all-commits] [llvm/llvm-project] b1b0dd: [mlir] NFC: small fixes to LinalgTilingOptions API
Lei Zhang via All-commits
all-commits at lists.llvm.org
Wed Oct 28 05:29:21 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: b1b0ddbb67d206de7dd2ea028a3e5eff8f6bdf49
https://github.com/llvm/llvm-project/commit/b1b0ddbb67d206de7dd2ea028a3e5eff8f6bdf49
Author: Lei Zhang <antiagainst at google.com>
Date: 2020-10-28 (Wed, 28 Oct 2020)
Changed paths:
M mlir/include/mlir/Dialect/Linalg/Transforms/Transforms.h
Log Message:
-----------
[mlir] NFC: small fixes to LinalgTilingOptions API
This commit changes to use plain values instead of references.
We need to copy it anyway. References forbid using temporary
values generated from expressions.
Reviewed By: nicolasvasilache
Differential Revision: https://reviews.llvm.org/D90277
More information about the All-commits
mailing list