[llvm-commits] CVS: llvm/test/Regression/Transforms/SimplifyLibCalls/2005-05-20-sprintf-crash.ll ExitInMain.ll FFS.ll FPrintF.ll IsDigit.ll MemCpy.ll MemMove.ll MemSet.ll Pow.ll Puts.ll SPrintF.ll StrCat.ll StrChr.ll StrCmp.ll StrCpy.ll StrLen.ll StrNCmp.ll ToAscii.ll floor.ll memcmp.ll
Reid Spencer
reid at x10sys.com
Fri Dec 1 20:25:23 PST 2006
Changes in directory llvm/test/Regression/Transforms/SimplifyLibCalls:
2005-05-20-sprintf-crash.ll updated: 1.1 -> 1.2
ExitInMain.ll updated: 1.1 -> 1.2
FFS.ll updated: 1.4 -> 1.5
FPrintF.ll updated: 1.1 -> 1.2
IsDigit.ll updated: 1.3 -> 1.4
MemCpy.ll updated: 1.2 -> 1.3
MemMove.ll updated: 1.2 -> 1.3
MemSet.ll updated: 1.2 -> 1.3
Pow.ll updated: 1.4 -> 1.5
Puts.ll updated: 1.3 -> 1.4
SPrintF.ll updated: 1.2 -> 1.3
StrCat.ll updated: 1.1 -> 1.2
StrChr.ll updated: 1.2 -> 1.3
StrCmp.ll updated: 1.1 -> 1.2
StrCpy.ll updated: 1.2 -> 1.3
StrLen.ll updated: 1.4 -> 1.5
StrNCmp.ll updated: 1.2 -> 1.3
ToAscii.ll updated: 1.1 -> 1.2
floor.ll updated: 1.3 -> 1.4
memcmp.ll updated: 1.1 -> 1.2
---
Log message:
Use the llvm-upgrade program to upgrade llvm assembly.
---
Diffs of the changes: (+30 -30)
2005-05-20-sprintf-crash.ll | 2 +-
ExitInMain.ll | 2 +-
FFS.ll | 2 +-
FPrintF.ll | 2 +-
IsDigit.ll | 2 +-
MemCpy.ll | 4 ++--
MemMove.ll | 4 ++--
MemSet.ll | 2 +-
Pow.ll | 4 ++--
Puts.ll | 2 +-
SPrintF.ll | 4 ++--
StrCat.ll | 2 +-
StrChr.ll | 2 +-
StrCmp.ll | 2 +-
StrCpy.ll | 2 +-
StrLen.ll | 2 +-
StrNCmp.ll | 2 +-
ToAscii.ll | 2 +-
floor.ll | 12 ++++++------
memcmp.ll | 4 ++--
20 files changed, 30 insertions(+), 30 deletions(-)
Index: llvm/test/Regression/Transforms/SimplifyLibCalls/2005-05-20-sprintf-crash.ll
diff -u llvm/test/Regression/Transforms/SimplifyLibCalls/2005-05-20-sprintf-crash.ll:1.1 llvm/test/Regression/Transforms/SimplifyLibCalls/2005-05-20-sprintf-crash.ll:1.2
--- llvm/test/Regression/Transforms/SimplifyLibCalls/2005-05-20-sprintf-crash.ll:1.1 Fri May 20 17:25:44 2005
+++ llvm/test/Regression/Transforms/SimplifyLibCalls/2005-05-20-sprintf-crash.ll Fri Dec 1 22:23:10 2006
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -simplify-libcalls -disable-output
+; RUN: llvm-upgrade < %s | llvm-as | opt -simplify-libcalls -disable-output
%G = constant [3 x sbyte] c"%s\00"
Index: llvm/test/Regression/Transforms/SimplifyLibCalls/ExitInMain.ll
diff -u llvm/test/Regression/Transforms/SimplifyLibCalls/ExitInMain.ll:1.1 llvm/test/Regression/Transforms/SimplifyLibCalls/ExitInMain.ll:1.2
--- llvm/test/Regression/Transforms/SimplifyLibCalls/ExitInMain.ll:1.1 Tue Apr 26 00:22:38 2005
+++ llvm/test/Regression/Transforms/SimplifyLibCalls/ExitInMain.ll Fri Dec 1 22:23:10 2006
@@ -1,5 +1,5 @@
; Test that the ExitInMainOptimization pass works correctly
-; RUN: llvm-as < %s | opt -simplify-libcalls | llvm-dis | grep -c 'ret int 3' | grep 1
+; RUN: llvm-upgrade < %s | llvm-as | opt -simplify-libcalls | llvm-dis | grep -c 'ret int 3' | grep 1
declare void %exit(int)
declare void %exitonly(int)
Index: llvm/test/Regression/Transforms/SimplifyLibCalls/FFS.ll
diff -u llvm/test/Regression/Transforms/SimplifyLibCalls/FFS.ll:1.4 llvm/test/Regression/Transforms/SimplifyLibCalls/FFS.ll:1.5
--- llvm/test/Regression/Transforms/SimplifyLibCalls/FFS.ll:1.4 Sun May 15 16:35:26 2005
+++ llvm/test/Regression/Transforms/SimplifyLibCalls/FFS.ll Fri Dec 1 22:23:10 2006
@@ -1,5 +1,5 @@
; Test that the ToAsciiOptimizer works correctly
-; RUN: llvm-as < %s | opt -simplify-libcalls | llvm-dis | not grep 'call.*%ffs'
+; RUN: llvm-upgrade < %s | llvm-as | opt -simplify-libcalls | llvm-dis | not grep 'call.*%ffs'
declare int %ffs(int)
declare int %ffsl(int)
Index: llvm/test/Regression/Transforms/SimplifyLibCalls/FPrintF.ll
diff -u llvm/test/Regression/Transforms/SimplifyLibCalls/FPrintF.ll:1.1 llvm/test/Regression/Transforms/SimplifyLibCalls/FPrintF.ll:1.2
--- llvm/test/Regression/Transforms/SimplifyLibCalls/FPrintF.ll:1.1 Mon May 2 18:07:14 2005
+++ llvm/test/Regression/Transforms/SimplifyLibCalls/FPrintF.ll Fri Dec 1 22:23:10 2006
@@ -1,5 +1,5 @@
; Test that the FPrintFOptimizer works correctly
-; RUN: llvm-as < %s | opt -simplify-libcalls | llvm-dis | not grep 'call.*fprintf'
+; RUN: llvm-upgrade < %s | llvm-as | opt -simplify-libcalls | llvm-dis | not grep 'call.*fprintf'
;
%struct._IO_FILE = type { int, sbyte*, sbyte*, sbyte*, sbyte*, sbyte*, sbyte*, sbyte*, sbyte*, sbyte*, sbyte*, sbyte*, %struct._IO_marker*, %struct._IO_FILE*, int, int, int, ushort, sbyte, [1 x sbyte], sbyte*, long, sbyte*, sbyte*, int, [52 x sbyte] }
Index: llvm/test/Regression/Transforms/SimplifyLibCalls/IsDigit.ll
diff -u llvm/test/Regression/Transforms/SimplifyLibCalls/IsDigit.ll:1.3 llvm/test/Regression/Transforms/SimplifyLibCalls/IsDigit.ll:1.4
--- llvm/test/Regression/Transforms/SimplifyLibCalls/IsDigit.ll:1.3 Thu Sep 29 01:16:37 2005
+++ llvm/test/Regression/Transforms/SimplifyLibCalls/IsDigit.ll Fri Dec 1 22:23:10 2006
@@ -1,5 +1,5 @@
; Test that the IsDigitOptimizer works correctly
-; RUN: llvm-as < %s | opt -simplify-libcalls | llvm-dis | not grep 'call'
+; RUN: llvm-upgrade < %s | llvm-as | opt -simplify-libcalls | llvm-dis | not grep 'call'
declare int %isdigit(int)
declare int %isascii(int)
Index: llvm/test/Regression/Transforms/SimplifyLibCalls/MemCpy.ll
diff -u llvm/test/Regression/Transforms/SimplifyLibCalls/MemCpy.ll:1.2 llvm/test/Regression/Transforms/SimplifyLibCalls/MemCpy.ll:1.3
--- llvm/test/Regression/Transforms/SimplifyLibCalls/MemCpy.ll:1.2 Thu Mar 9 12:43:07 2006
+++ llvm/test/Regression/Transforms/SimplifyLibCalls/MemCpy.ll Fri Dec 1 22:23:10 2006
@@ -1,6 +1,6 @@
; Test that the StrCatOptimizer works correctly
-; RUN: llvm-as < %s | opt -constprop -simplify-libcalls -disable-output &&
-; RUN: llvm-as < %s | opt -constprop -simplify-libcalls | llvm-dis | not grep 'call.*llvm.memcpy'
+; RUN: llvm-upgrade < %s | llvm-as | opt -constprop -simplify-libcalls -disable-output &&
+; RUN: llvm-upgrade < %s | llvm-as | opt -constprop -simplify-libcalls | llvm-dis | not grep 'call.*llvm.memcpy'
declare sbyte* %llvm.memcpy(sbyte*,sbyte*,int,int)
%h = constant [2 x sbyte] c"h\00"
Index: llvm/test/Regression/Transforms/SimplifyLibCalls/MemMove.ll
diff -u llvm/test/Regression/Transforms/SimplifyLibCalls/MemMove.ll:1.2 llvm/test/Regression/Transforms/SimplifyLibCalls/MemMove.ll:1.3
--- llvm/test/Regression/Transforms/SimplifyLibCalls/MemMove.ll:1.2 Thu Mar 9 12:43:07 2006
+++ llvm/test/Regression/Transforms/SimplifyLibCalls/MemMove.ll Fri Dec 1 22:23:10 2006
@@ -1,6 +1,6 @@
; Test that the StrCatOptimizer works correctly
-; RUN: llvm-as < %s | opt -constprop -simplify-libcalls -disable-output &&
-; RUN: llvm-as < %s | opt -constprop -simplify-libcalls | llvm-dis | not grep 'call.*llvm.memmove'
+; RUN: llvm-upgrade < %s | llvm-as | opt -constprop -simplify-libcalls -disable-output &&
+; RUN: llvm-upgrade < %s | llvm-as | opt -constprop -simplify-libcalls | llvm-dis | not grep 'call.*llvm.memmove'
declare sbyte* %llvm.memmove(sbyte*,sbyte*,int,int)
%h = constant [2 x sbyte] c"h\00"
Index: llvm/test/Regression/Transforms/SimplifyLibCalls/MemSet.ll
diff -u llvm/test/Regression/Transforms/SimplifyLibCalls/MemSet.ll:1.2 llvm/test/Regression/Transforms/SimplifyLibCalls/MemSet.ll:1.3
--- llvm/test/Regression/Transforms/SimplifyLibCalls/MemSet.ll:1.2 Tue May 3 01:22:41 2005
+++ llvm/test/Regression/Transforms/SimplifyLibCalls/MemSet.ll Fri Dec 1 22:23:10 2006
@@ -1,5 +1,5 @@
; Test that the LLVMMemSetOptimizer works correctly
-; RUN: llvm-as < %s | opt -simplify-libcalls | llvm-dis | not grep 'call.*llvm.memset'
+; RUN: llvm-upgrade < %s | llvm-as | opt -simplify-libcalls | llvm-dis | not grep 'call.*llvm.memset'
declare void %llvm.memset(sbyte*,ubyte,uint,uint)
Index: llvm/test/Regression/Transforms/SimplifyLibCalls/Pow.ll
diff -u llvm/test/Regression/Transforms/SimplifyLibCalls/Pow.ll:1.4 llvm/test/Regression/Transforms/SimplifyLibCalls/Pow.ll:1.5
--- llvm/test/Regression/Transforms/SimplifyLibCalls/Pow.ll:1.4 Sat Feb 11 03:37:07 2006
+++ llvm/test/Regression/Transforms/SimplifyLibCalls/Pow.ll Fri Dec 1 22:23:10 2006
@@ -1,8 +1,8 @@
; Testcase for calls to the standard C "pow" function
;
; Equivalent to: http://gcc.gnu.org/ml/gcc-patches/2003-02/msg01786.html
-; RUN: llvm-as < %s | opt -simplify-libcalls -disable-output &&
-; RUN: llvm-as < %s | opt -simplify-libcalls | llvm-dis | not grep 'call double .pow'
+; RUN: llvm-upgrade < %s | llvm-as | opt -simplify-libcalls -disable-output &&
+; RUN: llvm-upgrade < %s | llvm-as | opt -simplify-libcalls | llvm-dis | not grep 'call double .pow'
declare double %pow(double, double)
Index: llvm/test/Regression/Transforms/SimplifyLibCalls/Puts.ll
diff -u llvm/test/Regression/Transforms/SimplifyLibCalls/Puts.ll:1.3 llvm/test/Regression/Transforms/SimplifyLibCalls/Puts.ll:1.4
--- llvm/test/Regression/Transforms/SimplifyLibCalls/Puts.ll:1.3 Fri Apr 29 18:01:21 2005
+++ llvm/test/Regression/Transforms/SimplifyLibCalls/Puts.ll Fri Dec 1 22:23:10 2006
@@ -1,5 +1,5 @@
; Test that the PutsCatOptimizer works correctly
-; RUN: llvm-as < %s | opt -simplify-libcalls | llvm-dis | not grep 'call.*fputs'
+; RUN: llvm-upgrade < %s | llvm-as | opt -simplify-libcalls | llvm-dis | not grep 'call.*fputs'
;
%struct._IO_FILE = type { int, sbyte*, sbyte*, sbyte*, sbyte*, sbyte*, sbyte*, sbyte*, sbyte*, sbyte*, sbyte*, sbyte*, %struct._IO_marker*, %struct._IO_FILE*, int, int, int, ushort, sbyte, [1 x sbyte], sbyte*, long, sbyte*, sbyte*, int, [52 x sbyte] }
%struct._IO_marker = type { %struct._IO_marker*, %struct._IO_FILE*, int }
Index: llvm/test/Regression/Transforms/SimplifyLibCalls/SPrintF.ll
diff -u llvm/test/Regression/Transforms/SimplifyLibCalls/SPrintF.ll:1.2 llvm/test/Regression/Transforms/SimplifyLibCalls/SPrintF.ll:1.3
--- llvm/test/Regression/Transforms/SimplifyLibCalls/SPrintF.ll:1.2 Sat Sep 24 17:16:04 2005
+++ llvm/test/Regression/Transforms/SimplifyLibCalls/SPrintF.ll Fri Dec 1 22:23:10 2006
@@ -1,6 +1,6 @@
; Test that the SPrintFOptimizer works correctly
-; RUN: llvm-as < %s | opt -simplify-libcalls -disable-output &&
-; RUN: llvm-as < %s | opt -simplify-libcalls | llvm-dis | not grep 'call.*sprintf'
+; RUN: llvm-upgrade < %s | llvm-as | opt -simplify-libcalls -disable-output &&
+; RUN: llvm-upgrade < %s | llvm-as | opt -simplify-libcalls | llvm-dis | not grep 'call.*sprintf'
declare int %sprintf(sbyte*,sbyte*,...)
declare int %puts(sbyte*)
Index: llvm/test/Regression/Transforms/SimplifyLibCalls/StrCat.ll
diff -u llvm/test/Regression/Transforms/SimplifyLibCalls/StrCat.ll:1.1 llvm/test/Regression/Transforms/SimplifyLibCalls/StrCat.ll:1.2
--- llvm/test/Regression/Transforms/SimplifyLibCalls/StrCat.ll:1.1 Tue Apr 26 00:22:38 2005
+++ llvm/test/Regression/Transforms/SimplifyLibCalls/StrCat.ll Fri Dec 1 22:23:10 2006
@@ -1,5 +1,5 @@
; Test that the StrCatOptimizer works correctly
-; RUN: llvm-as < %s | opt -simplify-libcalls | llvm-dis | not grep 'call.*strcat'
+; RUN: llvm-upgrade < %s | llvm-as | opt -simplify-libcalls | llvm-dis | not grep 'call.*strcat'
declare sbyte* %strcat(sbyte*,sbyte*)
declare int %puts(sbyte*)
Index: llvm/test/Regression/Transforms/SimplifyLibCalls/StrChr.ll
diff -u llvm/test/Regression/Transforms/SimplifyLibCalls/StrChr.ll:1.2 llvm/test/Regression/Transforms/SimplifyLibCalls/StrChr.ll:1.3
--- llvm/test/Regression/Transforms/SimplifyLibCalls/StrChr.ll:1.2 Tue May 3 12:09:38 2005
+++ llvm/test/Regression/Transforms/SimplifyLibCalls/StrChr.ll Fri Dec 1 22:23:10 2006
@@ -1,5 +1,5 @@
; Test that the StrChrOptimizer works correctly
-; RUN: llvm-as < %s | opt -simplify-libcalls | llvm-dis | not grep 'call.*%strchr'
+; RUN: llvm-upgrade < %s | llvm-as | opt -simplify-libcalls | llvm-dis | not grep 'call.*%strchr'
declare sbyte* %strchr(sbyte*,int)
declare int %puts(sbyte*)
Index: llvm/test/Regression/Transforms/SimplifyLibCalls/StrCmp.ll
diff -u llvm/test/Regression/Transforms/SimplifyLibCalls/StrCmp.ll:1.1 llvm/test/Regression/Transforms/SimplifyLibCalls/StrCmp.ll:1.2
--- llvm/test/Regression/Transforms/SimplifyLibCalls/StrCmp.ll:1.1 Fri Apr 29 19:52:04 2005
+++ llvm/test/Regression/Transforms/SimplifyLibCalls/StrCmp.ll Fri Dec 1 22:23:10 2006
@@ -1,5 +1,5 @@
; Test that the StrCmpOptimizer works correctly
-; RUN: llvm-as < %s | opt -simplify-libcalls | llvm-dis | not grep 'call.*strcmp'
+; RUN: llvm-upgrade < %s | llvm-as | opt -simplify-libcalls | llvm-dis | not grep 'call.*strcmp'
declare int %strcmp(sbyte*,sbyte*)
declare int %puts(sbyte*)
Index: llvm/test/Regression/Transforms/SimplifyLibCalls/StrCpy.ll
diff -u llvm/test/Regression/Transforms/SimplifyLibCalls/StrCpy.ll:1.2 llvm/test/Regression/Transforms/SimplifyLibCalls/StrCpy.ll:1.3
--- llvm/test/Regression/Transforms/SimplifyLibCalls/StrCpy.ll:1.2 Fri Apr 29 18:02:15 2005
+++ llvm/test/Regression/Transforms/SimplifyLibCalls/StrCpy.ll Fri Dec 1 22:23:10 2006
@@ -1,5 +1,5 @@
; Test that the StrCpyOptimizer works correctly
-; RUN: llvm-as < %s | opt -simplify-libcalls | llvm-dis | not grep 'call.*strcpy'
+; RUN: llvm-upgrade < %s | llvm-as | opt -simplify-libcalls | llvm-dis | not grep 'call.*strcpy'
declare sbyte* %strcpy(sbyte*,sbyte*)
declare int %puts(sbyte*)
Index: llvm/test/Regression/Transforms/SimplifyLibCalls/StrLen.ll
diff -u llvm/test/Regression/Transforms/SimplifyLibCalls/StrLen.ll:1.4 llvm/test/Regression/Transforms/SimplifyLibCalls/StrLen.ll:1.5
--- llvm/test/Regression/Transforms/SimplifyLibCalls/StrLen.ll:1.4 Sat May 7 15:21:04 2005
+++ llvm/test/Regression/Transforms/SimplifyLibCalls/StrLen.ll Fri Dec 1 22:23:10 2006
@@ -1,5 +1,5 @@
; Test that the StrCatOptimizer works correctly
-; RUN: llvm-as < %s | opt -simplify-libcalls | llvm-dis | not grep 'call.*strlen'
+; RUN: llvm-upgrade < %s | llvm-as | opt -simplify-libcalls | llvm-dis | not grep 'call.*strlen'
declare uint %strlen(sbyte*)
%hello = constant [6 x sbyte] c"hello\00"
Index: llvm/test/Regression/Transforms/SimplifyLibCalls/StrNCmp.ll
diff -u llvm/test/Regression/Transforms/SimplifyLibCalls/StrNCmp.ll:1.2 llvm/test/Regression/Transforms/SimplifyLibCalls/StrNCmp.ll:1.3
--- llvm/test/Regression/Transforms/SimplifyLibCalls/StrNCmp.ll:1.2 Mon May 2 19:52:19 2005
+++ llvm/test/Regression/Transforms/SimplifyLibCalls/StrNCmp.ll Fri Dec 1 22:23:10 2006
@@ -1,5 +1,5 @@
; Test that the StrNCmpOptimizer works correctly
-; RUN: llvm-as < %s | opt -simplify-libcalls | llvm-dis | not grep 'call.*strncmp'
+; RUN: llvm-upgrade < %s | llvm-as | opt -simplify-libcalls | llvm-dis | not grep 'call.*strncmp'
declare int %strncmp(sbyte*,sbyte*,int)
declare int %puts(sbyte*)
Index: llvm/test/Regression/Transforms/SimplifyLibCalls/ToAscii.ll
diff -u llvm/test/Regression/Transforms/SimplifyLibCalls/ToAscii.ll:1.1 llvm/test/Regression/Transforms/SimplifyLibCalls/ToAscii.ll:1.2
--- llvm/test/Regression/Transforms/SimplifyLibCalls/ToAscii.ll:1.1 Fri Apr 29 20:00:52 2005
+++ llvm/test/Regression/Transforms/SimplifyLibCalls/ToAscii.ll Fri Dec 1 22:23:10 2006
@@ -1,5 +1,5 @@
; Test that the ToAsciiOptimizer works correctly
-; RUN: llvm-as < %s | opt -simplify-libcalls | llvm-dis | not grep 'call.*toascii'
+; RUN: llvm-upgrade < %s | llvm-as | opt -simplify-libcalls | llvm-dis | not grep 'call.*toascii'
declare int %toascii(int)
Index: llvm/test/Regression/Transforms/SimplifyLibCalls/floor.ll
diff -u llvm/test/Regression/Transforms/SimplifyLibCalls/floor.ll:1.3 llvm/test/Regression/Transforms/SimplifyLibCalls/floor.ll:1.4
--- llvm/test/Regression/Transforms/SimplifyLibCalls/floor.ll:1.3 Mon Jan 23 00:24:17 2006
+++ llvm/test/Regression/Transforms/SimplifyLibCalls/floor.ll Fri Dec 1 22:23:10 2006
@@ -1,9 +1,9 @@
-; RUN: llvm-as < %s | opt -simplify-libcalls | llvm-dis | not grep 'call.*floor(' &&
-; RUN: llvm-as < %s | opt -simplify-libcalls | llvm-dis | grep 'call.*floorf('
-; RUN: llvm-as < %s | opt -simplify-libcalls | llvm-dis | not grep 'call.*ceil(' &&
-; RUN: llvm-as < %s | opt -simplify-libcalls | llvm-dis | grep 'call.*ceilf('
-; RUN: llvm-as < %s | opt -simplify-libcalls | llvm-dis | not grep 'call.*nearbyint(' &&
-; RUN: llvm-as < %s | opt -simplify-libcalls | llvm-dis | grep 'call.*nearbyintf('
+; RUN: llvm-upgrade < %s | llvm-as | opt -simplify-libcalls | llvm-dis | not grep 'call.*floor(' &&
+; RUN: llvm-upgrade < %s | llvm-as | opt -simplify-libcalls | llvm-dis | grep 'call.*floorf('
+; RUN: llvm-upgrade < %s | llvm-as | opt -simplify-libcalls | llvm-dis | not grep 'call.*ceil(' &&
+; RUN: llvm-upgrade < %s | llvm-as | opt -simplify-libcalls | llvm-dis | grep 'call.*ceilf('
+; RUN: llvm-upgrade < %s | llvm-as | opt -simplify-libcalls | llvm-dis | not grep 'call.*nearbyint(' &&
+; RUN: llvm-upgrade < %s | llvm-as | opt -simplify-libcalls | llvm-dis | grep 'call.*nearbyintf('
; XFAIL: sparc
declare double %floor(double)
Index: llvm/test/Regression/Transforms/SimplifyLibCalls/memcmp.ll
diff -u llvm/test/Regression/Transforms/SimplifyLibCalls/memcmp.ll:1.1 llvm/test/Regression/Transforms/SimplifyLibCalls/memcmp.ll:1.2
--- llvm/test/Regression/Transforms/SimplifyLibCalls/memcmp.ll:1.1 Thu Sep 29 01:11:34 2005
+++ llvm/test/Regression/Transforms/SimplifyLibCalls/memcmp.ll Fri Dec 1 22:23:10 2006
@@ -1,6 +1,6 @@
; Test that the memcmpOptimizer works correctly
-; RUN: llvm-as < %s | opt -simplify-libcalls | llvm-dis | not grep 'call.*memcmp' &&
-; RUN: llvm-as < %s | opt -simplify-libcalls -disable-output
+; RUN: llvm-upgrade < %s | llvm-as | opt -simplify-libcalls | llvm-dis | not grep 'call.*memcmp' &&
+; RUN: llvm-upgrade < %s | llvm-as | opt -simplify-libcalls -disable-output
declare int %memcmp(sbyte*,sbyte*,int)
%h = constant [2 x sbyte] c"h\00"
More information about the llvm-commits
mailing list