mirror of
https://github.com/intel/intel-graphics-compiler.git
synced 2025-11-04 08:21:06 +08:00
Enable loop unrolling in retry
Enable loop unrolling in retry
This commit is contained in:
@ -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());
|
||||
|
||||
Reference in New Issue
Block a user