This is an archive of the discontinued LLVM Phabricator instance.

[MLIR] Remove unnecessary Block argument on MemRefDependenceGraph::init
ClosedPublic

Authored by bondhugula on Jan 25 2023, 6:33 PM.

Details

Summary

Remove unnecessary Block argument on MemRefDependenceGraph::init.
block is already a field on MDG.

Diff Detail

Event Timeline

bondhugula created this revision.Jan 25 2023, 6:33 PM
bondhugula requested review of this revision.Jan 25 2023, 6:34 PM

Remove stale comment.

Adjust/improve debug messsages.

dcaballe accepted this revision.Jan 26 2023, 10:00 AM
This revision is now accepted and ready to land.Jan 26 2023, 10:00 AM