LLVM: enable New GVN Pass
This commit is contained in:
@@ -1003,7 +1003,7 @@ extern void ppu_initialize(const ppu_module& info)
|
|||||||
//pm.add(new MemoryDependenceAnalysis());
|
//pm.add(new MemoryDependenceAnalysis());
|
||||||
pm.add(createLICMPass());
|
pm.add(createLICMPass());
|
||||||
pm.add(createLoopInstSimplifyPass());
|
pm.add(createLoopInstSimplifyPass());
|
||||||
//pm.add(createGVNPass());
|
pm.add(createNewGVNPass());
|
||||||
pm.add(createDeadStoreEliminationPass());
|
pm.add(createDeadStoreEliminationPass());
|
||||||
pm.add(createSCCPPass());
|
pm.add(createSCCPPass());
|
||||||
pm.add(createInstructionCombiningPass());
|
pm.add(createInstructionCombiningPass());
|
||||||
|
|||||||
Reference in New Issue
Block a user