This is an archive of the discontinued LLVM Phabricator instance.

[mlir] [VectorOps] fixed typo in verifier of slice op
ClosedPublic

Authored by aartbik on Jan 13 2020, 3:58 PM.

Diff Detail

Event Timeline

aartbik created this revision.Jan 13 2020, 3:58 PM

A small first CL to test the new check-in procedure through phabricator
(but also a useful fix of course :-)

rriddle accepted this revision.Jan 13 2020, 4:07 PM

Please add a [mlir] tag to the commit title.

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

clang-tidy: unknown.

clang-format: pass.

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

nicolasvasilache accepted this revision.Jan 13 2020, 4:17 PM
This revision is now accepted and ready to land.Jan 13 2020, 4:17 PM
aartbik retitled this revision from [VectorOps] fixed typo in verifier of slice op to [mlir] [VectorOps] fixed typo in verifier of slice op.Jan 13 2020, 4:19 PM
This revision was automatically updated to reflect the committed changes.