Skip to content

Commit

Permalink
Refactor CS selectWalkOrder with new pass enabled
Browse files Browse the repository at this point in the history
Turn on EnableSelectCSWalkOrderPass to use the new pass
SelectCSWalkOrderPass
  • Loading branch information
iwwu authored and igcbot committed Sep 20, 2024
1 parent 9c447f6 commit fba802a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion IGC/Compiler/CISACodeGen/ShaderCodeGen.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1409,7 +1409,6 @@ void OptimizeIR(CodeGenContext* const pContext)
mpm.add(new IGCConstProp());
GFX_ONLY_PASS { mpm.add(createTranslateToProgrammableOffsetsPass()); }


mpm.add(new CustomSafeOptPass());
if (!pContext->m_DriverInfo.WADisableCustomPass())
{
Expand Down

0 comments on commit fba802a

Please sign in to comment.