[llvm-commits] CVS: llvm/test/Regression/Analysis/DSGraph/2003-06-29-IncompleteTDPass.ll 2003-06-29-NodeCollapsing.ll 2003-06-29-NodeCollapsing2.ll 2003-06-30-TopDownResolve.ll 2003-07-01-FieldCollapse.ll 2003-07-16-ConstantExprCollapse.ll 2003-11-02-NodeCollapsing.ll 2004-02-13-memcpy.ll 2004-03-10-ElimLoad.ll 2004-03-10-NoElimLoad.ll 2005-03-22-IncompleteGlobal.ll 2005-03-24-Global-Arg-Alias.ll 2006-03-27-LinkedCollapsed.ll 2006-04-13-ZeroArrayStruct.ll 2006-04-25-ZeroArrayStructUse.ll FunctionPointerTable-const.ll GlobalsGraphFuncPtr.ll HardBUCase.ll PhysicalSubtyping.ll SCCSimpleExample.ll buglobals.ll constant_globals.ll constantize.ll field-sensitive.ll gcsetest.ll incompletenode.ll mustalias.ll strcpy.ll
Reid Spencer
reid at x10sys.com
Fri Dec 1 20:25:20 PST 2006
Changes in directory llvm/test/Regression/Analysis/DSGraph:
2003-06-29-IncompleteTDPass.ll updated: 1.4 -> 1.5
2003-06-29-NodeCollapsing.ll updated: 1.3 -> 1.4
2003-06-29-NodeCollapsing2.ll updated: 1.4 -> 1.5
2003-06-30-TopDownResolve.ll updated: 1.5 -> 1.6
2003-07-01-FieldCollapse.ll updated: 1.4 -> 1.5
2003-07-16-ConstantExprCollapse.ll updated: 1.4 -> 1.5
2003-11-02-NodeCollapsing.ll updated: 1.4 -> 1.5
2004-02-13-memcpy.ll updated: 1.6 -> 1.7
2004-03-10-ElimLoad.ll updated: 1.2 -> 1.3
2004-03-10-NoElimLoad.ll updated: 1.2 -> 1.3
2005-03-22-IncompleteGlobal.ll updated: 1.5 -> 1.6
2005-03-24-Global-Arg-Alias.ll updated: 1.2 -> 1.3
2006-03-27-LinkedCollapsed.ll updated: 1.2 -> 1.3
2006-04-13-ZeroArrayStruct.ll updated: 1.2 -> 1.3
2006-04-25-ZeroArrayStructUse.ll updated: 1.3 -> 1.4
FunctionPointerTable-const.ll updated: 1.5 -> 1.6
GlobalsGraphFuncPtr.ll updated: 1.5 -> 1.6
HardBUCase.ll updated: 1.4 -> 1.5
PhysicalSubtyping.ll updated: 1.4 -> 1.5
SCCSimpleExample.ll updated: 1.3 -> 1.4
buglobals.ll updated: 1.2 -> 1.3
constant_globals.ll updated: 1.5 -> 1.6
constantize.ll updated: 1.2 -> 1.3
field-sensitive.ll updated: 1.1 -> 1.2
gcsetest.ll updated: 1.7 -> 1.8
incompletenode.ll updated: 1.4 -> 1.5
mustalias.ll updated: 1.4 -> 1.5
strcpy.ll updated: 1.4 -> 1.5
---
Log message:
Use the llvm-upgrade program to upgrade llvm assembly.
---
Diffs of the changes: (+31 -31)
2003-06-29-IncompleteTDPass.ll | 2 +-
2003-06-29-NodeCollapsing.ll | 2 +-
2003-06-29-NodeCollapsing2.ll | 2 +-
2003-06-30-TopDownResolve.ll | 2 +-
2003-07-01-FieldCollapse.ll | 2 +-
2003-07-16-ConstantExprCollapse.ll | 2 +-
2003-11-02-NodeCollapsing.ll | 2 +-
2004-02-13-memcpy.ll | 4 ++--
2004-03-10-ElimLoad.ll | 2 +-
2004-03-10-NoElimLoad.ll | 2 +-
2005-03-22-IncompleteGlobal.ll | 4 ++--
2005-03-24-Global-Arg-Alias.ll | 2 +-
2006-03-27-LinkedCollapsed.ll | 2 +-
2006-04-13-ZeroArrayStruct.ll | 2 +-
2006-04-25-ZeroArrayStructUse.ll | 2 +-
FunctionPointerTable-const.ll | 4 ++--
GlobalsGraphFuncPtr.ll | 2 +-
HardBUCase.ll | 2 +-
PhysicalSubtyping.ll | 2 +-
SCCSimpleExample.ll | 2 +-
buglobals.ll | 2 +-
constant_globals.ll | 2 +-
constantize.ll | 2 +-
field-sensitive.ll | 2 +-
gcsetest.ll | 2 +-
incompletenode.ll | 2 +-
mustalias.ll | 2 +-
strcpy.ll | 2 +-
28 files changed, 31 insertions(+), 31 deletions(-)
Index: llvm/test/Regression/Analysis/DSGraph/2003-06-29-IncompleteTDPass.ll
diff -u llvm/test/Regression/Analysis/DSGraph/2003-06-29-IncompleteTDPass.ll:1.4 llvm/test/Regression/Analysis/DSGraph/2003-06-29-IncompleteTDPass.ll:1.5
--- llvm/test/Regression/Analysis/DSGraph/2003-06-29-IncompleteTDPass.ll:1.4 Sun Aug 27 17:47:14 2006
+++ llvm/test/Regression/Analysis/DSGraph/2003-06-29-IncompleteTDPass.ll Fri Dec 1 22:23:07 2006
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -analyze -datastructure-gc -dsgc-dspass=td -dsgc-check-flags=Ptr:HR
+; RUN: llvm-upgrade < %s | llvm-as | opt -analyze -datastructure-gc -dsgc-dspass=td -dsgc-check-flags=Ptr:HR
Index: llvm/test/Regression/Analysis/DSGraph/2003-06-29-NodeCollapsing.ll
diff -u llvm/test/Regression/Analysis/DSGraph/2003-06-29-NodeCollapsing.ll:1.3 llvm/test/Regression/Analysis/DSGraph/2003-06-29-NodeCollapsing.ll:1.4
--- llvm/test/Regression/Analysis/DSGraph/2003-06-29-NodeCollapsing.ll:1.3 Thu Nov 23 09:14:52 2006
+++ llvm/test/Regression/Analysis/DSGraph/2003-06-29-NodeCollapsing.ll Fri Dec 1 22:23:07 2006
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -no-aa -ds-aa -load-vn -gcse | llvm-dis | not grep load
+; RUN: llvm-upgrade < %s | llvm-as | opt -no-aa -ds-aa -load-vn -gcse | llvm-dis | not grep load
%T = type { int*, int* }
int %main() {
Index: llvm/test/Regression/Analysis/DSGraph/2003-06-29-NodeCollapsing2.ll
diff -u llvm/test/Regression/Analysis/DSGraph/2003-06-29-NodeCollapsing2.ll:1.4 llvm/test/Regression/Analysis/DSGraph/2003-06-29-NodeCollapsing2.ll:1.5
--- llvm/test/Regression/Analysis/DSGraph/2003-06-29-NodeCollapsing2.ll:1.4 Thu Nov 23 09:14:52 2006
+++ llvm/test/Regression/Analysis/DSGraph/2003-06-29-NodeCollapsing2.ll Fri Dec 1 22:23:07 2006
@@ -1,7 +1,7 @@
; This is the same testcase as 2003-06-29-NodeCollapsing2.ll, but it uses the
; graph checker.
;
-; RUN: llvm-as < %s | opt -analyze -datastructure-gc -dsgc-abort-if-any-collapsed
+; RUN: llvm-upgrade < %s | llvm-as | opt -analyze -datastructure-gc -dsgc-abort-if-any-collapsed
;
%T = type { int}
Index: llvm/test/Regression/Analysis/DSGraph/2003-06-30-TopDownResolve.ll
diff -u llvm/test/Regression/Analysis/DSGraph/2003-06-30-TopDownResolve.ll:1.5 llvm/test/Regression/Analysis/DSGraph/2003-06-30-TopDownResolve.ll:1.6
--- llvm/test/Regression/Analysis/DSGraph/2003-06-30-TopDownResolve.ll:1.5 Sun Aug 27 17:47:14 2006
+++ llvm/test/Regression/Analysis/DSGraph/2003-06-30-TopDownResolve.ll Fri Dec 1 22:23:07 2006
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -analyze -datastructure-gc -dsgc-dspass=td -dsgc-check-flags=X:GM
+; RUN: llvm-upgrade < %s | llvm-as | opt -analyze -datastructure-gc -dsgc-dspass=td -dsgc-check-flags=X:GM
%G = internal global int 5
Index: llvm/test/Regression/Analysis/DSGraph/2003-07-01-FieldCollapse.ll
diff -u llvm/test/Regression/Analysis/DSGraph/2003-07-01-FieldCollapse.ll:1.4 llvm/test/Regression/Analysis/DSGraph/2003-07-01-FieldCollapse.ll:1.5
--- llvm/test/Regression/Analysis/DSGraph/2003-07-01-FieldCollapse.ll:1.4 Thu Nov 23 09:14:52 2006
+++ llvm/test/Regression/Analysis/DSGraph/2003-07-01-FieldCollapse.ll Fri Dec 1 22:23:07 2006
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -analyze -datastructure-gc -dsgc-abort-if-any-collapsed
+; RUN: llvm-upgrade < %s | llvm-as | opt -analyze -datastructure-gc -dsgc-abort-if-any-collapsed
%X = internal global { int, short, short } { int 1, short 2, short 3 }
Index: llvm/test/Regression/Analysis/DSGraph/2003-07-16-ConstantExprCollapse.ll
diff -u llvm/test/Regression/Analysis/DSGraph/2003-07-16-ConstantExprCollapse.ll:1.4 llvm/test/Regression/Analysis/DSGraph/2003-07-16-ConstantExprCollapse.ll:1.5
--- llvm/test/Regression/Analysis/DSGraph/2003-07-16-ConstantExprCollapse.ll:1.4 Sun Aug 27 17:47:14 2006
+++ llvm/test/Regression/Analysis/DSGraph/2003-07-16-ConstantExprCollapse.ll Fri Dec 1 22:23:07 2006
@@ -1,6 +1,6 @@
; This should cause the global node to collapse!!
; XFAIL: *
-; RUN: llvm-as < %s | opt -analyze -datastructure-gc --dsgc-check-flags=test:GAU
+; RUN: llvm-upgrade < %s | llvm-as | opt -analyze -datastructure-gc --dsgc-check-flags=test:GAU
%Tree = type { int, %Tree*, %Tree* }
%T5 = external global %Tree
Index: llvm/test/Regression/Analysis/DSGraph/2003-11-02-NodeCollapsing.ll
diff -u llvm/test/Regression/Analysis/DSGraph/2003-11-02-NodeCollapsing.ll:1.4 llvm/test/Regression/Analysis/DSGraph/2003-11-02-NodeCollapsing.ll:1.5
--- llvm/test/Regression/Analysis/DSGraph/2003-11-02-NodeCollapsing.ll:1.4 Thu Nov 23 09:14:52 2006
+++ llvm/test/Regression/Analysis/DSGraph/2003-11-02-NodeCollapsing.ll Fri Dec 1 22:23:07 2006
@@ -1,7 +1,7 @@
; This is the same testcase as 2003-06-29-NodeCollapsing2.ll, but it uses the
; graph checker.
;
-; RUN: llvm-as < %s | opt -analyze -datastructure-gc -dsgc-abort-if-any-collapsed
+; RUN: llvm-upgrade < %s | llvm-as | opt -analyze -datastructure-gc -dsgc-abort-if-any-collapsed
;
%S = type { double, int }
Index: llvm/test/Regression/Analysis/DSGraph/2004-02-13-memcpy.ll
diff -u llvm/test/Regression/Analysis/DSGraph/2004-02-13-memcpy.ll:1.6 llvm/test/Regression/Analysis/DSGraph/2004-02-13-memcpy.ll:1.7
--- llvm/test/Regression/Analysis/DSGraph/2004-02-13-memcpy.ll:1.6 Sun Aug 27 17:47:14 2006
+++ llvm/test/Regression/Analysis/DSGraph/2004-02-13-memcpy.ll Fri Dec 1 22:23:07 2006
@@ -1,5 +1,5 @@
-; RUN: llvm-as < %s | opt -analyze -datastructure-gc -dsgc-check-flags=Xn:SMR &&
-; RUN: llvm-as < %s | opt -analyze -datastructure-gc -dsgc-check-flags=X:SMR
+; RUN: llvm-upgrade < %s | llvm-as | opt -analyze -datastructure-gc -dsgc-check-flags=Xn:SMR &&
+; RUN: llvm-upgrade < %s | llvm-as | opt -analyze -datastructure-gc -dsgc-check-flags=X:SMR
declare void %llvm.memcpy.i32(sbyte*, sbyte*, uint, uint)
declare void %llvm.memmove.i32(sbyte*, sbyte*, uint, uint)
Index: llvm/test/Regression/Analysis/DSGraph/2004-03-10-ElimLoad.ll
diff -u llvm/test/Regression/Analysis/DSGraph/2004-03-10-ElimLoad.ll:1.2 llvm/test/Regression/Analysis/DSGraph/2004-03-10-ElimLoad.ll:1.3
--- llvm/test/Regression/Analysis/DSGraph/2004-03-10-ElimLoad.ll:1.2 Fri Mar 12 00:17:22 2004
+++ llvm/test/Regression/Analysis/DSGraph/2004-03-10-ElimLoad.ll Fri Dec 1 22:23:07 2006
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -ds-aa -load-vn -gcse -instcombine | llvm-dis | not grep sub
+; RUN: llvm-upgrade < %s | llvm-as | opt -ds-aa -load-vn -gcse -instcombine | llvm-dis | not grep sub
void %bar(int* %p) {
ret void
Index: llvm/test/Regression/Analysis/DSGraph/2004-03-10-NoElimLoad.ll
diff -u llvm/test/Regression/Analysis/DSGraph/2004-03-10-NoElimLoad.ll:1.2 llvm/test/Regression/Analysis/DSGraph/2004-03-10-NoElimLoad.ll:1.3
--- llvm/test/Regression/Analysis/DSGraph/2004-03-10-NoElimLoad.ll:1.2 Fri Mar 12 00:17:22 2004
+++ llvm/test/Regression/Analysis/DSGraph/2004-03-10-NoElimLoad.ll Fri Dec 1 22:23:07 2006
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -ds-aa -load-vn -gcse -instcombine | llvm-dis | grep sub
+; RUN: llvm-upgrade < %s | llvm-as | opt -ds-aa -load-vn -gcse -instcombine | llvm-dis | grep sub
void %bar(int* %p) {
store int 15, int* %p
Index: llvm/test/Regression/Analysis/DSGraph/2005-03-22-IncompleteGlobal.ll
diff -u llvm/test/Regression/Analysis/DSGraph/2005-03-22-IncompleteGlobal.ll:1.5 llvm/test/Regression/Analysis/DSGraph/2005-03-22-IncompleteGlobal.ll:1.6
--- llvm/test/Regression/Analysis/DSGraph/2005-03-22-IncompleteGlobal.ll:1.5 Thu Nov 23 09:14:52 2006
+++ llvm/test/Regression/Analysis/DSGraph/2005-03-22-IncompleteGlobal.ll Fri Dec 1 22:23:07 2006
@@ -1,5 +1,5 @@
-; RUN: llvm-as < %s | opt -analyze -datastructure-gc -dsgc-check-flags=G:GIM -dsgc-dspass=bu &&\
-; RUN: llvm-as < %s | opt -analyze -datastructure-gc -dsgc-check-flags=G:GIM -dsgc-dspass=td
+; RUN: llvm-upgrade < %s | llvm-as | opt -analyze -datastructure-gc -dsgc-check-flags=G:GIM -dsgc-dspass=bu &&\
+; RUN: llvm-upgrade < %s | llvm-as | opt -analyze -datastructure-gc -dsgc-check-flags=G:GIM -dsgc-dspass=td
%S = type { double, int }
Index: llvm/test/Regression/Analysis/DSGraph/2005-03-24-Global-Arg-Alias.ll
diff -u llvm/test/Regression/Analysis/DSGraph/2005-03-24-Global-Arg-Alias.ll:1.2 llvm/test/Regression/Analysis/DSGraph/2005-03-24-Global-Arg-Alias.ll:1.3
--- llvm/test/Regression/Analysis/DSGraph/2005-03-24-Global-Arg-Alias.ll:1.2 Fri Mar 25 09:36:19 2005
+++ llvm/test/Regression/Analysis/DSGraph/2005-03-24-Global-Arg-Alias.ll Fri Dec 1 22:23:07 2006
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -ds-aa -load-vn -gcse | llvm-dis | grep 'load int\* %L'
+; RUN: llvm-upgrade < %s | llvm-as | opt -ds-aa -load-vn -gcse | llvm-dis | grep 'load int\* %L'
%G = internal global int* null
Index: llvm/test/Regression/Analysis/DSGraph/2006-03-27-LinkedCollapsed.ll
diff -u llvm/test/Regression/Analysis/DSGraph/2006-03-27-LinkedCollapsed.ll:1.2 llvm/test/Regression/Analysis/DSGraph/2006-03-27-LinkedCollapsed.ll:1.3
--- llvm/test/Regression/Analysis/DSGraph/2006-03-27-LinkedCollapsed.ll:1.2 Fri Aug 18 01:34:30 2006
+++ llvm/test/Regression/Analysis/DSGraph/2006-03-27-LinkedCollapsed.ll Fri Dec 1 22:23:07 2006
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -analyze -datastructure
+; RUN: llvm-upgrade < %s | llvm-as | opt -analyze -datastructure
target endian = little
target pointersize = 32
Index: llvm/test/Regression/Analysis/DSGraph/2006-04-13-ZeroArrayStruct.ll
diff -u llvm/test/Regression/Analysis/DSGraph/2006-04-13-ZeroArrayStruct.ll:1.2 llvm/test/Regression/Analysis/DSGraph/2006-04-13-ZeroArrayStruct.ll:1.3
--- llvm/test/Regression/Analysis/DSGraph/2006-04-13-ZeroArrayStruct.ll:1.2 Fri Aug 18 01:34:30 2006
+++ llvm/test/Regression/Analysis/DSGraph/2006-04-13-ZeroArrayStruct.ll Fri Dec 1 22:23:07 2006
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -analyze -datastructure
+; RUN: llvm-upgrade < %s | llvm-as | opt -analyze -datastructure
; ModuleID = 'bug3.bc'
target endian = little
Index: llvm/test/Regression/Analysis/DSGraph/2006-04-25-ZeroArrayStructUse.ll
diff -u llvm/test/Regression/Analysis/DSGraph/2006-04-25-ZeroArrayStructUse.ll:1.3 llvm/test/Regression/Analysis/DSGraph/2006-04-25-ZeroArrayStructUse.ll:1.4
--- llvm/test/Regression/Analysis/DSGraph/2006-04-25-ZeroArrayStructUse.ll:1.3 Sun Aug 27 17:47:14 2006
+++ llvm/test/Regression/Analysis/DSGraph/2006-04-25-ZeroArrayStructUse.ll Fri Dec 1 22:23:07 2006
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -analyze -datastructure-gc -dsgc-check-flags=x:IA
+; RUN: llvm-upgrade < %s | llvm-as | opt -analyze -datastructure-gc -dsgc-check-flags=x:IA
; ModuleID = 'bug3.bc'
target endian = little
Index: llvm/test/Regression/Analysis/DSGraph/FunctionPointerTable-const.ll
diff -u llvm/test/Regression/Analysis/DSGraph/FunctionPointerTable-const.ll:1.5 llvm/test/Regression/Analysis/DSGraph/FunctionPointerTable-const.ll:1.6
--- llvm/test/Regression/Analysis/DSGraph/FunctionPointerTable-const.ll:1.5 Mon Oct 23 14:52:27 2006
+++ llvm/test/Regression/Analysis/DSGraph/FunctionPointerTable-const.ll Fri Dec 1 22:23:07 2006
@@ -1,5 +1,5 @@
-; RUN: llvm-as < %s | opt -analyze -datastructure-gc -dsgc-dspass=bu -dsgc-check-flags=Y:SHM && \
-; RUN: llvm-as < %s | opt -analyze -datastructure-gc -dsgc-dspass=td -dsgc-check-flags=P1:SHM,P2:SHM
+; RUN: llvm-upgrade < %s | llvm-as | opt -analyze -datastructure-gc -dsgc-dspass=bu -dsgc-check-flags=Y:SHM && \
+; RUN: llvm-upgrade < %s | llvm-as | opt -analyze -datastructure-gc -dsgc-dspass=td -dsgc-check-flags=P1:SHM,P2:SHM
%G = internal constant [2 x int*(int*)*] [
int*(int*)* %callee1, int*(int*)* %callee2
Index: llvm/test/Regression/Analysis/DSGraph/GlobalsGraphFuncPtr.ll
diff -u llvm/test/Regression/Analysis/DSGraph/GlobalsGraphFuncPtr.ll:1.5 llvm/test/Regression/Analysis/DSGraph/GlobalsGraphFuncPtr.ll:1.6
--- llvm/test/Regression/Analysis/DSGraph/GlobalsGraphFuncPtr.ll:1.5 Mon Oct 23 14:52:27 2006
+++ llvm/test/Regression/Analysis/DSGraph/GlobalsGraphFuncPtr.ll Fri Dec 1 22:23:07 2006
@@ -4,7 +4,7 @@
; -- latter should remain unresolved in main() and copied to GG
; -- globals in GG pointed to by latter should be marked I, but not other nodes
;
-; RUN: llvm-as < %s | opt -analyze -datastructure-gc -dsgc-check-flags=KnownPtr:S,UnknownPtr:SI -dsgc-dspass=bu
+; RUN: llvm-upgrade < %s | llvm-as | opt -analyze -datastructure-gc -dsgc-check-flags=KnownPtr:S,UnknownPtr:SI -dsgc-dspass=bu
%Z = internal global int 0
%X = internal global int 0
Index: llvm/test/Regression/Analysis/DSGraph/HardBUCase.ll
diff -u llvm/test/Regression/Analysis/DSGraph/HardBUCase.ll:1.4 llvm/test/Regression/Analysis/DSGraph/HardBUCase.ll:1.5
--- llvm/test/Regression/Analysis/DSGraph/HardBUCase.ll:1.4 Sun Aug 27 17:47:14 2006
+++ llvm/test/Regression/Analysis/DSGraph/HardBUCase.ll Fri Dec 1 22:23:07 2006
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -analyze -budatastructure -dont-print-ds
+; RUN: llvm-upgrade < %s | llvm-as | opt -analyze -budatastructure -dont-print-ds
%MidFnTy = type void (\2*)
Index: llvm/test/Regression/Analysis/DSGraph/PhysicalSubtyping.ll
diff -u llvm/test/Regression/Analysis/DSGraph/PhysicalSubtyping.ll:1.4 llvm/test/Regression/Analysis/DSGraph/PhysicalSubtyping.ll:1.5
--- llvm/test/Regression/Analysis/DSGraph/PhysicalSubtyping.ll:1.4 Thu Nov 23 09:14:52 2006
+++ llvm/test/Regression/Analysis/DSGraph/PhysicalSubtyping.ll Fri Dec 1 22:23:07 2006
@@ -1,6 +1,6 @@
; Test to check for support for "physical subtyping"
;
-; RUN: llvm-as < %s | opt -analyze -datastructure-gc -dsgc-abort-if-any-collapsed
+; RUN: llvm-upgrade < %s | llvm-as | opt -analyze -datastructure-gc -dsgc-abort-if-any-collapsed
;
%S = type { int }
%T = type { int, float, double }
Index: llvm/test/Regression/Analysis/DSGraph/SCCSimpleExample.ll
diff -u llvm/test/Regression/Analysis/DSGraph/SCCSimpleExample.ll:1.3 llvm/test/Regression/Analysis/DSGraph/SCCSimpleExample.ll:1.4
--- llvm/test/Regression/Analysis/DSGraph/SCCSimpleExample.ll:1.3 Sun Aug 27 17:47:14 2006
+++ llvm/test/Regression/Analysis/DSGraph/SCCSimpleExample.ll Fri Dec 1 22:23:07 2006
@@ -1,5 +1,5 @@
-; RUN: llvm-as < %s | opt -analyze -datastructure-gc --dsgc-abort-if-merged=Y,BVal
+; RUN: llvm-upgrade < %s | llvm-as | opt -analyze -datastructure-gc --dsgc-abort-if-merged=Y,BVal
implementation
Index: llvm/test/Regression/Analysis/DSGraph/buglobals.ll
diff -u llvm/test/Regression/Analysis/DSGraph/buglobals.ll:1.2 llvm/test/Regression/Analysis/DSGraph/buglobals.ll:1.3
--- llvm/test/Regression/Analysis/DSGraph/buglobals.ll:1.2 Mon Sep 15 14:58:02 2003
+++ llvm/test/Regression/Analysis/DSGraph/buglobals.ll Fri Dec 1 22:23:07 2006
@@ -1,7 +1,7 @@
; This tests to make sure that G ends up in the globals graph of the BU pass.
; If it is not, then %G will get converted to a 'constant' from a 'global'
;
-; RUN: llvm-as < %s | opt -ds-opt -globaldce | llvm-dis | grep %G
+; RUN: llvm-upgrade < %s | llvm-as | opt -ds-opt -globaldce | llvm-dis | grep %G
%G = internal global int 0 ; <int*> [#uses=2]
Index: llvm/test/Regression/Analysis/DSGraph/constant_globals.ll
diff -u llvm/test/Regression/Analysis/DSGraph/constant_globals.ll:1.5 llvm/test/Regression/Analysis/DSGraph/constant_globals.ll:1.6
--- llvm/test/Regression/Analysis/DSGraph/constant_globals.ll:1.5 Mon Oct 23 14:52:27 2006
+++ llvm/test/Regression/Analysis/DSGraph/constant_globals.ll Fri Dec 1 22:23:07 2006
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -analyze -datastructure-gc -dsgc-dspass=bu -dsgc-check-flags=A:SM
+; RUN: llvm-upgrade < %s | llvm-as | opt -analyze -datastructure-gc -dsgc-dspass=bu -dsgc-check-flags=A:SM
; Constant globals should not mark stuff incomplete. This should allow the
; bu pass to resolve the indirect call immediately in "test", allowing %A to
; be marked complete and the store to happen.
Index: llvm/test/Regression/Analysis/DSGraph/constantize.ll
diff -u llvm/test/Regression/Analysis/DSGraph/constantize.ll:1.2 llvm/test/Regression/Analysis/DSGraph/constantize.ll:1.3
--- llvm/test/Regression/Analysis/DSGraph/constantize.ll:1.2 Mon Sep 15 14:58:02 2003
+++ llvm/test/Regression/Analysis/DSGraph/constantize.ll Fri Dec 1 22:23:07 2006
@@ -1,6 +1,6 @@
; Make sure that the ds-opt pass is constantizing globals
;
-; RUN: llvm-as < %s | opt -ds-opt | llvm-dis | grep %G | grep constant
+; RUN: llvm-upgrade < %s | llvm-as | opt -ds-opt | llvm-dis | grep %G | grep constant
%G = internal global int 0 ; <int*> [#uses=2]
Index: llvm/test/Regression/Analysis/DSGraph/field-sensitive.ll
diff -u llvm/test/Regression/Analysis/DSGraph/field-sensitive.ll:1.1 llvm/test/Regression/Analysis/DSGraph/field-sensitive.ll:1.2
--- llvm/test/Regression/Analysis/DSGraph/field-sensitive.ll:1.1 Tue Mar 22 19:46:59 2005
+++ llvm/test/Regression/Analysis/DSGraph/field-sensitive.ll Fri Dec 1 22:23:07 2006
@@ -1,5 +1,5 @@
; Test that ds-aa can be used for queries that require field sensitive AA.
-; RUN: llvm-as < %s | opt -no-aa -ds-aa -load-vn -gcse | llvm-dis | not grep load
+; RUN: llvm-upgrade < %s | llvm-as | opt -no-aa -ds-aa -load-vn -gcse | llvm-dis | not grep load
%Pair = type { int, int }
Index: llvm/test/Regression/Analysis/DSGraph/gcsetest.ll
diff -u llvm/test/Regression/Analysis/DSGraph/gcsetest.ll:1.7 llvm/test/Regression/Analysis/DSGraph/gcsetest.ll:1.8
--- llvm/test/Regression/Analysis/DSGraph/gcsetest.ll:1.7 Thu Nov 23 09:14:52 2006
+++ llvm/test/Regression/Analysis/DSGraph/gcsetest.ll Fri Dec 1 22:23:07 2006
@@ -1,7 +1,7 @@
; Test that GCSE uses ds-aa to do alias analysis, which is capable of
; disambiguating some cases.
-; RUN: llvm-as < %s | opt -no-aa -ds-aa -load-vn -gcse -instcombine -dce | llvm-dis | not grep ELIM
+; RUN: llvm-upgrade < %s | llvm-as | opt -no-aa -ds-aa -load-vn -gcse -instcombine -dce | llvm-dis | not grep ELIM
%intpair = type {int*, int*}
implementation
Index: llvm/test/Regression/Analysis/DSGraph/incompletenode.ll
diff -u llvm/test/Regression/Analysis/DSGraph/incompletenode.ll:1.4 llvm/test/Regression/Analysis/DSGraph/incompletenode.ll:1.5
--- llvm/test/Regression/Analysis/DSGraph/incompletenode.ll:1.4 Sat Nov 6 14:38:27 2004
+++ llvm/test/Regression/Analysis/DSGraph/incompletenode.ll Fri Dec 1 22:23:07 2006
@@ -1,7 +1,7 @@
; This test was failing because the globals X and Y are marked incomplete
; in the TD graph for %test
; XFAIL: *
-; RUN: llvm-as < %s | opt -no-aa -ds-aa -load-vn -gcse -instcombine | llvm-dis | not grep seteq
+; RUN: llvm-upgrade < %s | llvm-as | opt -no-aa -ds-aa -load-vn -gcse -instcombine | llvm-dis | not grep seteq
%X = internal global int 20
%Y = internal global int* null
Index: llvm/test/Regression/Analysis/DSGraph/mustalias.ll
diff -u llvm/test/Regression/Analysis/DSGraph/mustalias.ll:1.4 llvm/test/Regression/Analysis/DSGraph/mustalias.ll:1.5
--- llvm/test/Regression/Analysis/DSGraph/mustalias.ll:1.4 Sat Nov 6 14:38:27 2004
+++ llvm/test/Regression/Analysis/DSGraph/mustalias.ll Fri Dec 1 22:23:07 2006
@@ -1,6 +1,6 @@
; Test that ds-aa is returning must-alias information when it can.
; XFAIL: *
-; RUN: llvm-as < %s | opt -no-aa -ds-aa -load-vn -gcse | llvm-dis | not grep load
+; RUN: llvm-upgrade < %s | llvm-as | opt -no-aa -ds-aa -load-vn -gcse | llvm-dis | not grep load
%X = internal global int 20
Index: llvm/test/Regression/Analysis/DSGraph/strcpy.ll
diff -u llvm/test/Regression/Analysis/DSGraph/strcpy.ll:1.4 llvm/test/Regression/Analysis/DSGraph/strcpy.ll:1.5
--- llvm/test/Regression/Analysis/DSGraph/strcpy.ll:1.4 Sun Aug 27 17:47:14 2006
+++ llvm/test/Regression/Analysis/DSGraph/strcpy.ll Fri Dec 1 22:23:07 2006
@@ -3,7 +3,7 @@
; has no defined way to check for this, so DSA can know that strcpy doesn't
; require merging the input arguments.
-; RUN: llvm-as < %s | opt -analyze -datastructure-gc --dsgc-abort-if-merged=A,B --dsgc-check-flags=A:ASM,B:ASR --dsgc-dspass=bu
+; RUN: llvm-upgrade < %s | llvm-as | opt -analyze -datastructure-gc --dsgc-abort-if-merged=A,B --dsgc-check-flags=A:ASM,B:ASR --dsgc-dspass=bu
implementation
More information about the llvm-commits
mailing list