We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38f1569 commit 215e971Copy full SHA for 215e971
IGC/Compiler/CISACodeGen/ShaderCodeGen.cpp
@@ -1353,6 +1353,10 @@ void OptimizeIR(CodeGenContext *const pContext) {
1353
}
1354
1355
1356
+ // Can be completely repalced by LoopUnrollForCodeSizeOnly in GenTTI, Consider completely remove this pass
1357
+ if (!pContext->m_retryManager.IsFirstTry() && pContext->m_retryManager.IsLastTry()) {
1358
+ mpm.add(new DisableLoopUnrollOnRetry());
1359
+ }
1360
1361
1362
mpm.add(createIGCInstructionCombiningPass());
0 commit comments