This is an archive of the discontinued LLVM Phabricator instance.

SelectionDAGDumper: Leave out the <multiple use> markers
ClosedPublic

Authored by MatzeB on Sep 2 2015, 10:57 AM.

Details

Summary

They mostly clutter the output while it is still possible to see which
node has multiple users without them.

Diff Detail

Repository
rL LLVM

Event Timeline

MatzeB updated this revision to Diff 33833.Sep 2 2015, 10:57 AM
MatzeB retitled this revision from to SelectionDAGDumper: Leave out the <multiple use> markers.
MatzeB updated this object.
MatzeB added a reviewer: resistor.
MatzeB set the repository for this revision to rL LLVM.
MatzeB added a subscriber: llvm-commits.
resistor accepted this revision.Sep 18 2015, 10:49 AM
resistor edited edge metadata.

LGTM.

This revision is now accepted and ready to land.Sep 18 2015, 10:49 AM
This revision was automatically updated to reflect the committed changes.