Backout the previous change on dessa dumping.

As "PrintToConsole=1,DumpDeSSA=1" still generates dump files, revert the
previous change.
This commit is contained in:
Gu, Junjie
2024-04-22 21:09:30 +00:00
committed by igcbot
parent 55c27784c7
commit 72081c8424
2 changed files with 5 additions and 1 deletions

View File

@ -567,6 +567,10 @@ bool DeSSA::runOnFunction(Function& MF)
print(dessaDump.stream());
DumpUnlock();
}
else if (IGC_IS_FLAG_ENABLED(PrintToConsole))
{
print(ods());
}
m_F = nullptr;
return false;
}