mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-03-04 02:18:46 +00:00
Disable correlated expressions pass until it is reliable.
llvm-svn: 4512
This commit is contained in:
parent
bf2fc13a2f
commit
dd2ab407a6
@ -76,7 +76,7 @@ void AddConfiguredTransformationPasses(PassManager &PM) {
|
||||
addPass(PM, createInstructionCombiningPass()); // Combine silly seq's
|
||||
addPass(PM, createPromoteMemoryToRegister()); // Promote alloca's to regs
|
||||
addPass(PM, createReassociatePass()); // Reassociate expressions
|
||||
addPass(PM, createCorrelatedExpressionEliminationPass());// Kill corr branches
|
||||
//addPass(PM, createCorrelatedExpressionEliminationPass());// Kill corr branches
|
||||
addPass(PM, createInstructionCombiningPass()); // Combine silly seq's
|
||||
addPass(PM, createCFGSimplificationPass()); // Merge & remove BBs
|
||||
addPass(PM, createLICMPass()); // Hoist loop invariants
|
||||
|
Loading…
x
Reference in New Issue
Block a user