SPU LLVM: gisable NewGVN pass
It goes into an endless loop with memory leak for some reason.
This commit is contained in:
@@ -4701,7 +4701,7 @@ public:
|
||||
// Basic optimizations
|
||||
pm.add(createEarlyCSEPass());
|
||||
pm.add(createCFGSimplificationPass());
|
||||
pm.add(createNewGVNPass());
|
||||
//pm.add(createNewGVNPass());
|
||||
pm.add(createDeadStoreEliminationPass());
|
||||
pm.add(createLICMPass());
|
||||
pm.add(createAggressiveDCEPass());
|
||||
|
||||
Reference in New Issue
Block a user