Skip to content

Commit 93738b8

Browse files
AnBodrovaigcbot
authored andcommitted
Changes in code.
1 parent 0a81fa8 commit 93738b8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

IGC/Compiler/CISACodeGen/CISABuilder.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4189,8 +4189,10 @@ namespace IGC
41894189
}
41904190
}
41914191

4192+
// Debugging sets OptDisable and disables EU fusion, no need to apply call wa
41924193
if (m_program->m_Platform->hasFusedEU()
41934194
&& IGC_IS_FLAG_ENABLED(EnableCallWA)
4195+
&& !context->getModuleMetaData()->compOpt.OptDisable
41944196
&& (m_program->HasStackCalls() || m_program->IsIntelSymbolTableVoidProgram()))
41954197
{
41964198
SaveOption(vISA_fusedCallWA, true);

0 commit comments

Comments
 (0)