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 df0baa8 commit 6876fb5Copy full SHA for 6876fb5
IGC/Compiler/CISACodeGen/ShaderCodeGen.cpp
@@ -1353,10 +1353,6 @@ 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