The -preheaders pass is now known as -loopsimplify

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9057 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2003-10-12 21:42:35 +00:00
parent bebd86d58e
commit 915403f065
9 changed files with 9 additions and 9 deletions

View 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:

View 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:

View 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

View File

@ -1,4 +1,4 @@
; RUN: llvm-as < %s | opt -preheaders
; RUN: llvm-as < %s | opt -loopsimplify
implementation

View 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

View 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:

View 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

View File

@ -1,4 +1,4 @@
; RUN: llvm-as < %s | opt -preheaders
; RUN: llvm-as < %s | opt -loopsimplify
implementation

View 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