mirror of
https://github.com/ldc-developers/ldc.git
synced 2025-04-29 14:40:40 +03:00
Backed out changeset 5253bfbb3890
This commit is contained in:
parent
b26b0f4196
commit
7c81278b9c
15 changed files with 250 additions and 221 deletions
|
@ -183,6 +183,7 @@ static void addPassesForOptLevel(PassManager& pm) {
|
|||
addPass(pm, createLoopRotatePass());
|
||||
addPass(pm, createLICMPass());
|
||||
addPass(pm, createLoopUnswitchPass());
|
||||
addPass(pm, createLoopIndexSplitPass());
|
||||
addPass(pm, createInstructionCombiningPass());
|
||||
addPass(pm, createIndVarSimplifyPass());
|
||||
addPass(pm, createLoopDeletionPass());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue