forked from OSchip/llvm-project
Disable loop index split for now and let nightly tester verify its usefulness.
llvm-svn: 74955
This commit is contained in:
parent
87d4f309f5
commit
64eafd43ff
|
@ -129,7 +129,6 @@ namespace llvm {
|
|||
PM->add(createLoopRotatePass()); // Rotate Loop
|
||||
PM->add(createLICMPass()); // Hoist loop invariants
|
||||
PM->add(createLoopUnswitchPass(OptimizeSize));
|
||||
PM->add(createLoopIndexSplitPass()); // Split loop index
|
||||
PM->add(createInstructionCombiningPass());
|
||||
PM->add(createIndVarSimplifyPass()); // Canonicalize indvars
|
||||
PM->add(createLoopDeletionPass()); // Delete dead loops
|
||||
|
|
Loading…
Reference in New Issue