[llvm-commits] CVS: llvm/test/Integer/a15.ll.out a17.ll.out a31.ll.out a33.ll.out a63.ll.out a7.ll.out a9.ll.out

Reid Spencer reid at x10sys.com
Sat Mar 24 15:34:27 PDT 2007



Changes in directory llvm/test/Integer:

a15.ll.out updated: 1.6 -> 1.7
a17.ll.out updated: 1.6 -> 1.7
a31.ll.out updated: 1.6 -> 1.7
a33.ll.out updated: 1.6 -> 1.7
a63.ll.out updated: 1.6 -> 1.7
a7.ll.out updated: 1.7 -> 1.8
a9.ll.out updated: 1.6 -> 1.7
---
Log message:

Flip the srem tests around. Previous commit was to correct an apparent
bug in the srem implementation. Turns out it was a documentation bug 
instead.


---
Diffs of the changes:  (+11 -11)

 a15.ll.out |    4 ++--
 a17.ll.out |    4 ++--
 a31.ll.out |    4 ++--
 a33.ll.out |    4 ++--
 a63.ll.out |    2 +-
 a7.ll.out  |    2 +-
 a9.ll.out  |    2 +-
 7 files changed, 11 insertions(+), 11 deletions(-)


Index: llvm/test/Integer/a15.ll.out
diff -u llvm/test/Integer/a15.ll.out:1.6 llvm/test/Integer/a15.ll.out:1.7
--- llvm/test/Integer/a15.ll.out:1.6	Sat Mar 24 16:55:26 2007
+++ llvm/test/Integer/a15.ll.out	Sat Mar 24 17:34:10 2007
@@ -13,10 +13,10 @@
 @q = constant i15 16381		; <i15*> [#uses=0]
 @r = constant i15 0		; <i15*> [#uses=0]
 @s = constant i15 2		; <i15*> [#uses=0]
- at t = constant i15 -1		; <i15*> [#uses=0]
+ at t = constant i15 1		; <i15*> [#uses=0]
 @u = constant i15 0		; <i15*> [#uses=0]
 @o = constant i15 0		; <i15*> [#uses=0]
 @p = constant i15 -1		; <i15*> [#uses=0]
- at v = constant i15 1		; <i15*> [#uses=0]
+ at v = constant i15 -1		; <i15*> [#uses=0]
 
 implementation   ; Functions:


Index: llvm/test/Integer/a17.ll.out
diff -u llvm/test/Integer/a17.ll.out:1.6 llvm/test/Integer/a17.ll.out:1.7
--- llvm/test/Integer/a17.ll.out:1.6	Sat Mar 24 16:55:26 2007
+++ llvm/test/Integer/a17.ll.out	Sat Mar 24 17:34:10 2007
@@ -12,10 +12,10 @@
 @n = constant i17 -2		; <i17*> [#uses=0]
 @q = constant i17 0		; <i17*> [#uses=0]
 @r = constant i17 2		; <i17*> [#uses=0]
- at s = constant i17 -1		; <i17*> [#uses=0]
+ at s = constant i17 1		; <i17*> [#uses=0]
 @t = constant i17 0		; <i17*> [#uses=0]
 @o = constant i17 0		; <i17*> [#uses=0]
 @p = constant i17 -1		; <i17*> [#uses=0]
- at v = constant i17 1		; <i17*> [#uses=0]
+ at v = constant i17 -1		; <i17*> [#uses=0]
 
 implementation   ; Functions:


Index: llvm/test/Integer/a31.ll.out
diff -u llvm/test/Integer/a31.ll.out:1.6 llvm/test/Integer/a31.ll.out:1.7
--- llvm/test/Integer/a31.ll.out:1.6	Sat Mar 24 16:55:26 2007
+++ llvm/test/Integer/a31.ll.out	Sat Mar 24 17:34:10 2007
@@ -12,10 +12,10 @@
 @n = constant i31 -2		; <i31*> [#uses=0]
 @q = constant i31 0		; <i31*> [#uses=0]
 @r = constant i31 2		; <i31*> [#uses=0]
- at s = constant i31 -1		; <i31*> [#uses=0]
+ at s = constant i31 1		; <i31*> [#uses=0]
 @t = constant i31 0		; <i31*> [#uses=0]
 @o = constant i31 0		; <i31*> [#uses=0]
 @p = constant i31 -1		; <i31*> [#uses=0]
- at u = constant i31 3		; <i31*> [#uses=0]
+ at u = constant i31 -3		; <i31*> [#uses=0]
 
 implementation   ; Functions:


Index: llvm/test/Integer/a33.ll.out
diff -u llvm/test/Integer/a33.ll.out:1.6 llvm/test/Integer/a33.ll.out:1.7
--- llvm/test/Integer/a33.ll.out:1.6	Sat Mar 24 16:55:26 2007
+++ llvm/test/Integer/a33.ll.out	Sat Mar 24 17:34:10 2007
@@ -12,10 +12,10 @@
 @n = constant i33 -2		; <i33*> [#uses=0]
 @q = constant i33 0		; <i33*> [#uses=0]
 @r = constant i33 2		; <i33*> [#uses=0]
- at s = constant i33 -1		; <i33*> [#uses=0]
+ at s = constant i33 1		; <i33*> [#uses=0]
 @t = constant i33 0		; <i33*> [#uses=0]
 @o = constant i33 0		; <i33*> [#uses=0]
 @p = constant i33 -1		; <i33*> [#uses=0]
- at u = constant i33 1		; <i33*> [#uses=0]
+ at u = constant i33 -1		; <i33*> [#uses=0]
 
 implementation   ; Functions:


Index: llvm/test/Integer/a63.ll.out
diff -u llvm/test/Integer/a63.ll.out:1.6 llvm/test/Integer/a63.ll.out:1.7
--- llvm/test/Integer/a63.ll.out:1.6	Sat Mar 24 16:55:26 2007
+++ llvm/test/Integer/a63.ll.out	Sat Mar 24 17:34:10 2007
@@ -13,7 +13,7 @@
 @q = constant i63 0		; <i63*> [#uses=0]
 @u = constant i63 -1		; <i63*> [#uses=0]
 @r = constant i63 2		; <i63*> [#uses=0]
- at s = constant i63 -1		; <i63*> [#uses=0]
+ at s = constant i63 1		; <i63*> [#uses=0]
 @t = constant i63 0		; <i63*> [#uses=0]
 @o = constant i63 0		; <i63*> [#uses=0]
 @p = constant i63 -1		; <i63*> [#uses=0]


Index: llvm/test/Integer/a7.ll.out
diff -u llvm/test/Integer/a7.ll.out:1.7 llvm/test/Integer/a7.ll.out:1.8
--- llvm/test/Integer/a7.ll.out:1.7	Sat Mar 24 16:55:26 2007
+++ llvm/test/Integer/a7.ll.out	Sat Mar 24 17:34:10 2007
@@ -18,7 +18,7 @@
 @u = constant i7 -64		; <i7*> [#uses=0]
 @v = constant i7 0		; <i7*> [#uses=0]
 @w = constant i7 2		; <i7*> [#uses=0]
- at x = constant i7 -1		; <i7*> [#uses=0]
+ at x = constant i7 1		; <i7*> [#uses=0]
 @y = constant i7 0		; <i7*> [#uses=0]
 @o = constant i7 0		; <i7*> [#uses=0]
 @p = constant i7 -1		; <i7*> [#uses=0]


Index: llvm/test/Integer/a9.ll.out
diff -u llvm/test/Integer/a9.ll.out:1.6 llvm/test/Integer/a9.ll.out:1.7
--- llvm/test/Integer/a9.ll.out:1.6	Sat Mar 24 16:55:26 2007
+++ llvm/test/Integer/a9.ll.out	Sat Mar 24 17:34:10 2007
@@ -13,7 +13,7 @@
 @q = constant i9 0		; <i9*> [#uses=0]
 @r = constant i9 255		; <i9*> [#uses=0]
 @s = constant i9 0		; <i9*> [#uses=0]
- at t = constant i9 -1		; <i9*> [#uses=0]
+ at t = constant i9 1		; <i9*> [#uses=0]
 @o = constant i9 0		; <i9*> [#uses=0]
 @p = constant i9 -1		; <i9*> [#uses=0]
 






More information about the llvm-commits mailing list