The -preheaders pass is now known as -loopsimplify
authorChris Lattner <sabre@nondot.org>
Sun, 12 Oct 2003 21:42:35 +0000 (21:42 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 12 Oct 2003 21:42:35 +0000 (21:42 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9057 91177308-0d34-0410-b5e6-96231b3b80d8

test/Transforms/LICM/2003-02-27-NestedLoopExitBlocks.ll
test/Transforms/LoopPreheaders/2003-04-25-AssertFail.ll
test/Transforms/LoopPreheaders/2003-05-12-PreheaderExitOfChild.ll
test/Transforms/LoopPreheaders/basictest.ll
test/Transforms/LoopPreheaders/hardertest.ll
test/Transforms/LoopSimplify/2003-04-25-AssertFail.ll
test/Transforms/LoopSimplify/2003-05-12-PreheaderExitOfChild.ll
test/Transforms/LoopSimplify/basictest.ll
test/Transforms/LoopSimplify/hardertest.ll

index 23c92b650c92f1bcf25b06b198f17b6c9b6324ab..edc51472ffd62a6345365f4fd83c1dcdaaf2f0dd 100644 (file)
@@ -1,6 +1,6 @@
 ; Exit blocks need to be updated for all nested loops...
 
-; RUN: llvm-as < %s | opt -preheaders
+; RUN: llvm-as < %s | opt -loopsimplify
 
 implementation   ; Functions:
 
index a4c733016f75f0af292a9e209a67b9cde5e35125..8a07caba572d59c2c490fb350ee3b36fd02f4921 100644 (file)
@@ -1,7 +1,7 @@
 ; This testcase exposed a problem with the loop identification pass (LoopInfo).
 ; Basically, it was incorrectly calculating the loop nesting information.
 ;
-; RUN: llvm-as < %s | opt -preheaders
+; RUN: llvm-as < %s | opt -loopsimplify
 
 implementation   ; Functions:
 
index 23824293c5b839062cf2dc92a7571d8d46c9bc26..4bff954484a48d9ebea3947bf82e7bbc3e2eb385 100644 (file)
@@ -2,7 +2,7 @@
 ; inserted for the "fail" loop, but the exit block of a loop is not updated
 ; to be the preheader instead of the exit loop itself.
 
-; RUN: llvm-as < %s | opt -preheaders
+; RUN: llvm-as < %s | opt -loopsimplify
 
 int %re_match_2() {
        br label %loopentry.1
index 294140b02e7a887ddd3ff30dd1c27b90e429b3c4..a8835df64f19b0e2dc24aaba07585db20dfa53b8 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -preheaders
+; RUN: llvm-as < %s | opt -loopsimplify
 
 implementation
 
index 9179c49a99cf3e57c9b261c15b0bfb865be5c5fc..04a2739adeb18044774d7000b6eea04a4d2c57cc 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -preheaders
+; RUN: llvm-as < %s | opt -loopsimplify
 
 void %foo(bool %C) {
        br bool %C, label %T, label %F
index a4c733016f75f0af292a9e209a67b9cde5e35125..8a07caba572d59c2c490fb350ee3b36fd02f4921 100644 (file)
@@ -1,7 +1,7 @@
 ; This testcase exposed a problem with the loop identification pass (LoopInfo).
 ; Basically, it was incorrectly calculating the loop nesting information.
 ;
-; RUN: llvm-as < %s | opt -preheaders
+; RUN: llvm-as < %s | opt -loopsimplify
 
 implementation   ; Functions:
 
index 23824293c5b839062cf2dc92a7571d8d46c9bc26..4bff954484a48d9ebea3947bf82e7bbc3e2eb385 100644 (file)
@@ -2,7 +2,7 @@
 ; inserted for the "fail" loop, but the exit block of a loop is not updated
 ; to be the preheader instead of the exit loop itself.
 
-; RUN: llvm-as < %s | opt -preheaders
+; RUN: llvm-as < %s | opt -loopsimplify
 
 int %re_match_2() {
        br label %loopentry.1
index 294140b02e7a887ddd3ff30dd1c27b90e429b3c4..a8835df64f19b0e2dc24aaba07585db20dfa53b8 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -preheaders
+; RUN: llvm-as < %s | opt -loopsimplify
 
 implementation
 
index 9179c49a99cf3e57c9b261c15b0bfb865be5c5fc..04a2739adeb18044774d7000b6eea04a4d2c57cc 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -preheaders
+; RUN: llvm-as < %s | opt -loopsimplify
 
 void %foo(bool %C) {
        br bool %C, label %T, label %F