This is an archive of the discontinued LLVM Phabricator instance.

[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.
We need to copy it anyway. References forbid using temporary
values generated from expressions.

Diff Detail

Event Timeline

antiagainst created this revision.Oct 27 2020, 6:18 PM
antiagainst requested review of this revision.Oct 27 2020, 6:18 PM
nicolasvasilache accepted this revision.Oct 28 2020, 1:41 AM
This revision is now accepted and ready to land.Oct 28 2020, 1:41 AM
This revision was automatically updated to reflect the committed changes.