This commit changes to use plain values instead of references.
We need to copy it anyway. References forbid using temporary
values generated from expressions.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D90277
[mlir] NFC: small fixes to LinalgTilingOptions API ClosedPublic Authored by antiagainst on Oct 27 2020, 6:18 PM.
Details Summary This commit changes to use plain values instead of references.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Oct 28 2020, 1:41 AM Closed by commit rGb1b0ddbb67d2: [mlir] NFC: small fixes to LinalgTilingOptions API (authored by antiagainst). · Explain WhyOct 28 2020, 5:29 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 301252 mlir/include/mlir/Dialect/Linalg/Transforms/Transforms.h
|