This is an archive of the discontinued LLVM Phabricator instance.

[WebAssembly] Print a debug message at the start of each pass
ClosedPublic

Authored by aheejin on Dec 28 2018, 7:07 PM.

Details

Summary

Looks like many passes print its pass description as a debug message at
the start of each pass, so added that to (mostly newly added) other
passes as well.

Diff Detail

Event Timeline

aheejin created this revision.Dec 28 2018, 7:07 PM
dschuff accepted this revision.Jan 9 2019, 2:43 PM
This revision is now accepted and ready to land.Jan 9 2019, 2:43 PM
This revision was automatically updated to reflect the committed changes.