LLVM: enable New GVN Pass

This commit is contained in:
Nekotekina 2017-03-22 01:21:19 +03:00
parent 3e6f9faf71
commit 1b5c0c68dd

View File

@ -1003,7 +1003,7 @@ extern void ppu_initialize(const ppu_module& info)
//pm.add(new MemoryDependenceAnalysis());
pm.add(createLICMPass());
pm.add(createLoopInstSimplifyPass());
//pm.add(createGVNPass());
pm.add(createNewGVNPass());
pm.add(createDeadStoreEliminationPass());
pm.add(createSCCPPass());
pm.add(createInstructionCombiningPass());