This is an archive of the discontinued LLVM Phabricator instance.

[mlir] Fix the example for std.rank
ClosedPublic

Authored by herhut on May 13 2020, 6:30 AM.

Details

Summary

The assembly format for std.rank expects the operand type and not the
result type after the colon.

Diff Detail

Event Timeline

herhut created this revision.May 13 2020, 6:30 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 13 2020, 6:30 AM
jpienaar accepted this revision.May 13 2020, 8:44 AM
This revision is now accepted and ready to land.May 13 2020, 8:44 AM
ftynse accepted this revision.May 13 2020, 8:58 AM
This revision was automatically updated to reflect the committed changes.