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 438c23e commit 5a19d7cCopy full SHA for 5a19d7c
llvm/lib/Target/EVM/EVMTargetMachine.cpp
@@ -235,8 +235,7 @@ void EVMPassConfig::addIRPasses() {
235
addPass(createStraightLineStrengthReducePass());
236
// SeparateConstOffsetFromGEP and SLSR creates common expressions which
237
// GVN or EarlyCSE can reuse.
238
- addPass(createNewGVNPass());
239
- addPass(createGVNHoistPass());
+ addPass(createGVNPass());
240
// Run NaryReassociate after EarlyCSE/GVN to be more effective.
241
addPass(createNaryReassociatePass());
242
// Call EarlyCSE pass to find and remove subexpressions in the lowered
0 commit comments