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 01b4490 commit bb3ec0eCopy full SHA for bb3ec0e
IGC/Compiler/CISACodeGen/ShaderCodeGen.cpp
@@ -1503,8 +1503,8 @@ void OptimizeIR(CodeGenContext* const pContext)
1503
!useStatelessToStateful(*pContext) &&
1504
pContext->m_retryManager.IsFirstTry())
1505
{
1506
- mpm.add(createGEPLoopStrengthReductionPass(IGC_IS_FLAG_ENABLED(allowLICM) &&
1507
- pContext->m_retryManager.AllowLICM()));
+ //mpm.add(createGEPLoopStrengthReductionPass(IGC_IS_FLAG_ENABLED(allowLICM) &&
+ // pContext->m_retryManager.AllowLICM()));
1508
}
1509
1510
0 commit comments