This is an archive of the discontinued LLVM Phabricator instance.

[mlir][doc] Avoid duplication with constraints and defs
ClosedPublic

Authored by jpienaar on Jun 14 2022, 8:57 PM.

Details

Summary

Where a constraint also has a def, emit the def only to avoid duplicate
output (and def has more complete info). Also move attributes and types
to the end rather than some on top and some at end.

Diff Detail

Event Timeline

jpienaar created this revision.Jun 14 2022, 8:57 PM
jpienaar requested review of this revision.Jun 14 2022, 8:57 PM
Mogball accepted this revision.Jun 14 2022, 10:01 PM

Forgot to update the test?

This revision is now accepted and ready to land.Jun 14 2022, 10:01 PM

Forgot to update the test?

Indeed! I don't know why I didn't notice this locally ... need to update a hook or two :) Will update and land.

This revision was landed with ongoing or failed builds.Jun 16 2022, 7:43 PM
This revision was automatically updated to reflect the committed changes.