Skip to content

Commit 064510c

Browse files
bowenxue-inteligcbot
authored andcommitted
Revert "Add the earlyCSE pass"
1 parent 66a1e8f commit 064510c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

IGC/Compiler/CISACodeGen/ShaderCodeGen.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1854,8 +1854,6 @@ void OptimizeIR(CodeGenContext* const pContext)
18541854
mpm.add( createWaveAllJointReduction() );
18551855
}
18561856

1857-
mpm.add(llvm::createEarlyCSEPass());
1858-
18591857
if (IGC_IS_FLAG_ENABLED(EnableIntDivRemCombine)) {
18601858
// simplify rem if the quotient is availble
18611859
//

0 commit comments

Comments
 (0)