mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-09 16:31:28 +12:00
Use LLVM 4.0
This commit is contained in:
parent
ad72168143
commit
3e6f9faf71
8 changed files with 13 additions and 23 deletions
|
@ -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(createGVNPass());
|
||||
pm.add(createDeadStoreEliminationPass());
|
||||
pm.add(createSCCPPass());
|
||||
pm.add(createInstructionCombiningPass());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue