Skip to content

Commit 6876fb5

Browse files
lioujheyuigcbot
authored andcommitted
Enable loop unrolling in retry
Enable loop unrolling in retry
1 parent df0baa8 commit 6876fb5

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

IGC/Compiler/CISACodeGen/ShaderCodeGen.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1353,10 +1353,6 @@ void OptimizeIR(CodeGenContext *const pContext) {
13531353
}
13541354

13551355

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-
}
13601356

13611357

13621358
mpm.add(createIGCInstructionCombiningPass());

0 commit comments

Comments
 (0)