This is an archive of the discontinued LLVM Phabricator instance.

[mlir] Modernize LLVM dialect rountrip test
ClosedPublic

Authored by ftynse on Jun 26 2020, 6:28 AM.

Details

Summary

This test largely predates MLIR testing guidelines. Update it to match the
guidelines. In particular, avoid pattern-matching SSA value names, avoid
unnecessary CHECK-NEXT, relax assumptions about the form of SSA names.
Value-returning operations are still matched agaist _any_ name in order to
check that the operation indeed produces values.

Depends On D82647

Diff Detail

Event Timeline

ftynse created this revision.Jun 26 2020, 6:28 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 26 2020, 6:28 AM
rriddle accepted this revision.Jun 26 2020, 12:06 PM
This revision is now accepted and ready to land.Jun 26 2020, 12:06 PM
This revision was automatically updated to reflect the committed changes.