This is an archive of the discontinued LLVM Phabricator instance.

[MLIR][NFC] Value print update for block arguments
ClosedPublic

Authored by bondhugula on Sep 14 2020, 10:29 PM.

Details

Summary

Emit some more information when printing/dumping Values of
BlockArgument type. This is purely to help for debugging purposes.

Diff Detail

Event Timeline

bondhugula created this revision.Sep 14 2020, 10:29 PM
Herald added a project: Restricted Project. · View Herald TranscriptSep 14 2020, 10:29 PM
bondhugula requested review of this revision.Sep 14 2020, 10:29 PM

Suggestions for tweaking the information printed welcome. This change does provide more information than just "<block argument>" but still not enough (as we aren't identifying its Block in any way).

bondhugula edited the summary of this revision. (Show Details)Sep 14 2020, 10:36 PM
mehdi_amini accepted this revision.Sep 15 2020, 12:49 AM
This revision is now accepted and ready to land.Sep 15 2020, 12:49 AM

These build failures appear unrelated.

Trigger harbormaster build check.

This revision was automatically updated to reflect the committed changes.