mirror of
				https://github.com/intel/intel-graphics-compiler.git
				synced 2025-11-04 08:21:06 +08:00 
			
		
		
		
	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:
		@ -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;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user