mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-17 08:11:51 +00:00
LLVM: enable New GVN Pass
This commit is contained in:
parent
3e6f9faf71
commit
1b5c0c68dd
@ -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());
|
||||
|
Loading…
Reference in New Issue
Block a user