[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
Tue Feb 27 11:22:53 PST 2007



Changes in directory llvm/test/Integer:

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

Shifting by the bit width now produces undef, not 0.


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

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


Index: llvm/test/Integer/a15.ll.out
diff -u llvm/test/Integer/a15.ll.out:1.4 llvm/test/Integer/a15.ll.out:1.5
--- llvm/test/Integer/a15.ll.out:1.4	Mon Feb 26 20:34:02 2007
+++ llvm/test/Integer/a15.ll.out	Tue Feb 27 13:22:36 2007
@@ -5,7 +5,7 @@
 @e = constant i15 -1		; <i15*> [#uses=0]
 @f = constant i15 1		; <i15*> [#uses=0]
 @g = constant i15 3		; <i15*> [#uses=0]
- at h = constant i15 0		; <i15*> [#uses=0]
+ at h = constant i15 undef		; <i15*> [#uses=0]
 @i = constant i15 -16384		; <i15*> [#uses=0]
 @j = constant i15 1		; <i15*> [#uses=0]
 @l = constant i15 -1		; <i15*> [#uses=0]


Index: llvm/test/Integer/a17.ll.out
diff -u llvm/test/Integer/a17.ll.out:1.4 llvm/test/Integer/a17.ll.out:1.5
--- llvm/test/Integer/a17.ll.out:1.4	Mon Feb 26 20:34:02 2007
+++ llvm/test/Integer/a17.ll.out	Tue Feb 27 13:22:36 2007
@@ -5,7 +5,7 @@
 @e = constant i17 -1		; <i17*> [#uses=0]
 @f = constant i17 1		; <i17*> [#uses=0]
 @g = constant i17 3		; <i17*> [#uses=0]
- at h = constant i17 0		; <i17*> [#uses=0]
+ at h = constant i17 undef		; <i17*> [#uses=0]
 @i = constant i17 -65536		; <i17*> [#uses=0]
 @j = constant i17 1		; <i17*> [#uses=0]
 @l = constant i17 -1		; <i17*> [#uses=0]


Index: llvm/test/Integer/a31.ll.out
diff -u llvm/test/Integer/a31.ll.out:1.4 llvm/test/Integer/a31.ll.out:1.5
--- llvm/test/Integer/a31.ll.out:1.4	Mon Feb 26 20:34:02 2007
+++ llvm/test/Integer/a31.ll.out	Tue Feb 27 13:22:36 2007
@@ -5,7 +5,7 @@
 @e = constant i31 -1		; <i31*> [#uses=0]
 @f = constant i31 1		; <i31*> [#uses=0]
 @g = constant i31 3		; <i31*> [#uses=0]
- at h = constant i31 0		; <i31*> [#uses=0]
+ at h = constant i31 undef		; <i31*> [#uses=0]
 @i = constant i31 -1073741824		; <i31*> [#uses=0]
 @j = constant i31 1		; <i31*> [#uses=0]
 @l = constant i31 -1		; <i31*> [#uses=0]


Index: llvm/test/Integer/a33.ll.out
diff -u llvm/test/Integer/a33.ll.out:1.4 llvm/test/Integer/a33.ll.out:1.5
--- llvm/test/Integer/a33.ll.out:1.4	Mon Feb 26 20:34:02 2007
+++ llvm/test/Integer/a33.ll.out	Tue Feb 27 13:22:36 2007
@@ -5,7 +5,7 @@
 @e = constant i33 -1		; <i33*> [#uses=0]
 @f = constant i33 1		; <i33*> [#uses=0]
 @g = constant i33 3		; <i33*> [#uses=0]
- at h = constant i33 0		; <i33*> [#uses=0]
+ at h = constant i33 undef		; <i33*> [#uses=0]
 @i = constant i33 -4294967296		; <i33*> [#uses=0]
 @j = constant i33 1		; <i33*> [#uses=0]
 @l = constant i33 -1		; <i33*> [#uses=0]


Index: llvm/test/Integer/a63.ll.out
diff -u llvm/test/Integer/a63.ll.out:1.4 llvm/test/Integer/a63.ll.out:1.5
--- llvm/test/Integer/a63.ll.out:1.4	Mon Feb 26 20:34:02 2007
+++ llvm/test/Integer/a63.ll.out	Tue Feb 27 13:22:36 2007
@@ -5,7 +5,7 @@
 @e = constant i63 -1		; <i63*> [#uses=0]
 @f = constant i63 1		; <i63*> [#uses=0]
 @g = constant i63 3		; <i63*> [#uses=0]
- at h = constant i63 0		; <i63*> [#uses=0]
+ at h = constant i63 undef		; <i63*> [#uses=0]
 @i = constant i63 -4611686018427387904		; <i63*> [#uses=0]
 @j = constant i63 1		; <i63*> [#uses=0]
 @l = constant i63 -1		; <i63*> [#uses=0]


Index: llvm/test/Integer/a7.ll.out
diff -u llvm/test/Integer/a7.ll.out:1.5 llvm/test/Integer/a7.ll.out:1.6
--- llvm/test/Integer/a7.ll.out:1.5	Mon Feb 26 20:34:02 2007
+++ llvm/test/Integer/a7.ll.out	Tue Feb 27 13:22:36 2007
@@ -8,7 +8,7 @@
 @g = constant i7 3		; <i7*> [#uses=0]
 @r = constant i7 5		; <i7*> [#uses=0]
 @s = constant i7 5		; <i7*> [#uses=0]
- at h = constant i7 0		; <i7*> [#uses=0]
+ at h = constant i7 undef		; <i7*> [#uses=0]
 @i = constant i7 -64		; <i7*> [#uses=0]
 @j = constant i7 1		; <i7*> [#uses=0]
 @l = constant i7 -1		; <i7*> [#uses=0]


Index: llvm/test/Integer/a9.ll.out
diff -u llvm/test/Integer/a9.ll.out:1.4 llvm/test/Integer/a9.ll.out:1.5
--- llvm/test/Integer/a9.ll.out:1.4	Mon Feb 26 20:34:02 2007
+++ llvm/test/Integer/a9.ll.out	Tue Feb 27 13:22:36 2007
@@ -5,7 +5,7 @@
 @e = constant i9 -1		; <i9*> [#uses=0]
 @f = constant i9 1		; <i9*> [#uses=0]
 @g = constant i9 3		; <i9*> [#uses=0]
- at h = constant i9 0		; <i9*> [#uses=0]
+ at h = constant i9 undef		; <i9*> [#uses=0]
 @i = constant i9 -256		; <i9*> [#uses=0]
 @j = constant i9 1		; <i9*> [#uses=0]
 @l = constant i9 -1		; <i9*> [#uses=0]






More information about the llvm-commits mailing list