Skip to content

Commit 381a484

Browse files
iwwuigcbot
authored andcommitted
Update SIMDInfo if CM early teminates on spill
Set SIMD_SKIP_SPILL if vIsaCompile == -3 due to early terminate on spill
1 parent 82f8c79 commit 381a484

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

IGC/Compiler/CISACodeGen/CISABuilder.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5428,6 +5428,7 @@ namespace IGC
54285428
COMPILER_SHADER_STATS_SET(m_program->m_shaderStats, STATS_ISA_EARLYEXIT32, 1);
54295429
}
54305430
#endif
5431+
context->SetSIMDInfo(SIMD_SKIP_SPILL, m_program->m_dispatchSize, m_program->m_ShaderDispatchMode);
54315432
return;
54325433
}
54335434

0 commit comments

Comments
 (0)