This is an archive of the discontinued LLVM Phabricator instance.

Remove overly verbose debug from GenericDomTreeConstruction
ClosedPublic

Authored by mehdi_amini on Mar 25 2020, 4:55 PM.

Details

Summary

This particular debug shows all the time when I'm processing any MLIR
module:

discovered a new reachable node ^bb0
discovered a new reachable node ^bb0
discovered a new reachable node ^bb0
discovered a new reachable node ^bb0

...
(repeated x1875)

I think that printing all the basic blocks in the function is likely low
value enough that we can get away with removing this.

Diff Detail

Event Timeline

mehdi_amini created this revision.Mar 25 2020, 4:55 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 25 2020, 4:55 PM
kuhar accepted this revision.Mar 25 2020, 5:27 PM
This revision is now accepted and ready to land.Mar 25 2020, 5:27 PM
This revision was automatically updated to reflect the committed changes.