This is an archive of the discontinued LLVM Phabricator instance.

[mlir] NFC: Remove Value::operator* and Value::operator-> now that Value is properly value-typed.
ClosedPublic

Authored by rriddle on Jan 10 2020, 6:00 PM.

Diff Detail

Event Timeline

rriddle created this revision.Jan 10 2020, 6:00 PM

Unit tests: pass. 61744 tests passed, 0 failed and 780 were skipped.

clang-tidy: fail. Please fix clang-tidy findings.

clang-format: pass.

Build artifacts: diff.json, clang-tidy.txt, clang-format.patch, CMakeCache.txt, console-log.txt, test-results.xml

antiagainst accepted this revision.Jan 11 2020, 5:18 AM
This revision is now accepted and ready to land.Jan 11 2020, 8:50 AM
This revision now requires review to proceed.Jan 11 2020, 8:50 AM
This revision was not accepted when it landed; it landed in state Needs Review.Jan 11 2020, 9:06 AM
This revision was automatically updated to reflect the committed changes.