Unverified Commit 551b927c authored by Paul Fultz II's avatar Paul Fultz II Committed by GitHub
Browse files

Print out pass name when tracing passes (#1667)

parent ec4b79c2
......@@ -103,6 +103,7 @@ struct module_pm : module_pass_manager
virtual void run_pass(const pass& p) override
{
trace("Pass: ", p.name());
assert(mod);
assert(mod->validate() == mod->end());
if(enabled(MIGRAPHX_TIME_PASSES{}))
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment