Skip to content

Commit cee997f

Browse files
sys-igcigcbot
authored andcommitted
[Autobackout][FunctionalRegression]Revert of change: 50c8c2b: Add IGCInstructionCombining before SplitIndirectEEtoSel
Add IGCInstructionCombining before SplitIndirectEEtoSel
1 parent 137f19c commit cee997f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

IGC/Compiler/CISACodeGen/ShaderCodeGen.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -656,7 +656,6 @@ void AddLegalizationPasses(CodeGenContext& ctx, IGCPassManager& mpm, PSSignature
656656
// There's no particular reason for this exact place, but it should be after LowerGEPForPrivMem
657657
if (IGC_IS_FLAG_ENABLED(EnableSplitIndirectEEtoSel))
658658
{
659-
mpm.add(createIGCInstructionCombiningPass());
660659
mpm.add(createSplitIndirectEEtoSelPass());
661660
}
662661

0 commit comments

Comments
 (0)