Enable loop unrolling in retry

Enable loop unrolling in retry
This commit is contained in:
Liou, Jhe-Yu
2025-08-16 00:53:28 +00:00
committed by igcbot
parent df0baa89e6
commit 6876fb54b2

View File

@ -1353,10 +1353,6 @@ void OptimizeIR(CodeGenContext *const pContext) {
}
// Can be completely repalced by LoopUnrollForCodeSizeOnly in GenTTI, Consider completely remove this pass
if (!pContext->m_retryManager.IsFirstTry() && pContext->m_retryManager.IsLastTry()) {
mpm.add(new DisableLoopUnrollOnRetry());
}
mpm.add(createIGCInstructionCombiningPass());