Disable loop index split for now and let nightly tester verify its usefulness.
authorDevang Patel <dpatel@apple.com>
Tue, 7 Jul 2009 22:09:42 +0000 (22:09 +0000)
committerDevang Patel <dpatel@apple.com>
Tue, 7 Jul 2009 22:09:42 +0000 (22:09 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74955 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Support/StandardPasses.h

index 5c63034a863c993be8ea666822eb5947fe7bd8cb..3d25c6cf98bbf644be0f156dafcd737fcb8809c4 100644 (file)
@@ -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