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

Chris Lattner sabre at nondot.org
Thu Sep 2 15:32:02 PDT 2010


Author: lattner
Date: Thu Sep  2 17:32:02 2010
New Revision: 112887

URL: http://llvm.org/viewvc/llvm-project?rev=112887&view=rev
Log:
we are past the point where these tests are useful.

Removed:
    llvm/trunk/test/Integer/a15.ll
    llvm/trunk/test/Integer/a15.ll.out
    llvm/trunk/test/Integer/a17.ll
    llvm/trunk/test/Integer/a17.ll.out
    llvm/trunk/test/Integer/a31.ll
    llvm/trunk/test/Integer/a31.ll.out
    llvm/trunk/test/Integer/a33.ll
    llvm/trunk/test/Integer/a33.ll.out
    llvm/trunk/test/Integer/a63.ll
    llvm/trunk/test/Integer/a63.ll.out
    llvm/trunk/test/Integer/a7.ll
    llvm/trunk/test/Integer/a7.ll.out
    llvm/trunk/test/Integer/a9.ll
    llvm/trunk/test/Integer/a9.ll.out

Removed: llvm/trunk/test/Integer/a15.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Integer/a15.ll?rev=112886&view=auto
==============================================================================
--- llvm/trunk/test/Integer/a15.ll (original)
+++ llvm/trunk/test/Integer/a15.ll (removed)
@@ -1,27 +0,0 @@
-; RUN: llvm-as %s -o - | llvm-dis > %t.ll
-; RUN: diff %t.ll %s.out
-
-; test 15 bits
-;
- at b = constant i15 add(i15 32767, i15 1)
- at c = constant i15 add(i15 32767, i15 32767)
- at d = constant i15 add(i15 32760, i15 8)
- at e = constant i15 sub(i15 0 , i15 1)
- at f = constant i15 sub(i15 0 , i15 32767)
- at g = constant i15 sub(i15 2 , i15 32767)
-
- at h = constant i15 shl(i15 1 , i15 15)
- at i = constant i15 shl(i15 1 , i15 14)
- at j = constant i15 lshr(i15 32767 , i15 14)
- at l = constant i15 ashr(i15 32767 , i15 14)
-
- at n = constant i15 mul(i15 32767, i15 2)
- at q = constant i15 mul(i15 -16383,i15 -3)
- at r = constant i15 sdiv(i15 -1,   i15 16383)
- at s = constant i15 udiv(i15 -1,   i15 16383)
- at t = constant i15 srem(i15 1,    i15 32766)
- at u = constant i15 urem(i15 32767,i15 -1)
- at o = constant i15 trunc( i16 32768  to i15 )
- at p = constant i15 trunc( i16 32767  to i15 )
- at v = constant i15 srem(i15 -1,    i15 768)
- 

Removed: llvm/trunk/test/Integer/a15.ll.out
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Integer/a15.ll.out?rev=112886&view=auto
==============================================================================
--- llvm/trunk/test/Integer/a15.ll.out (original)
+++ llvm/trunk/test/Integer/a15.ll.out (removed)
@@ -1,21 +0,0 @@
-; ModuleID = '<stdin>'
-
- at b = constant i15 0                               ; <i15*> [#uses=0]
- at c = constant i15 -2                              ; <i15*> [#uses=0]
- at d = constant i15 0                               ; <i15*> [#uses=0]
- at e = constant i15 -1                              ; <i15*> [#uses=0]
- at f = constant i15 1                               ; <i15*> [#uses=0]
- at g = constant i15 3                               ; <i15*> [#uses=0]
- at h = constant i15 undef                           ; <i15*> [#uses=0]
- at i = constant i15 -16384                          ; <i15*> [#uses=0]
- at j = constant i15 1                               ; <i15*> [#uses=0]
- at l = constant i15 -1                              ; <i15*> [#uses=0]
- at n = constant i15 -2                              ; <i15*> [#uses=0]
- at q = constant i15 16381                           ; <i15*> [#uses=0]
- at r = constant i15 0                               ; <i15*> [#uses=0]
- at s = constant i15 2                               ; <i15*> [#uses=0]
- at t = constant i15 1                               ; <i15*> [#uses=0]
- at u = constant i15 0                               ; <i15*> [#uses=0]
- at o = constant i15 0                               ; <i15*> [#uses=0]
- at p = constant i15 -1                              ; <i15*> [#uses=0]
- at v = constant i15 -1                              ; <i15*> [#uses=0]

Removed: llvm/trunk/test/Integer/a17.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Integer/a17.ll?rev=112886&view=auto
==============================================================================
--- llvm/trunk/test/Integer/a17.ll (original)
+++ llvm/trunk/test/Integer/a17.ll (removed)
@@ -1,25 +0,0 @@
-; RUN: llvm-as %s -o - | llvm-dis > %t.ll
-; RUN: diff %t.ll %s.out
-
-; test 17 bits
-;
- at b = constant i17 add(i17 131071, i17 1)
- at c = constant i17 add(i17 131071, i17 131071)
- at d = constant i17 add(i17 131064, i17 8)
- at e = constant i17 sub(i17 0 , i17 1)
- at f = constant i17 sub(i17 0 , i17 131071)
- at g = constant i17 sub(i17 2 , i17 131071)
-
- at h = constant i17 shl(i17 1 , i17 17)
- at i = constant i17 shl(i17 1 , i17 16)
- at j = constant i17 lshr(i17 131071 , i17 16)
- at l = constant i17 ashr(i17 131071 , i17 16)
-
- at n = constant i17 mul(i17 131071, i17 2) 
- at q = constant i17 sdiv(i17 -1,    i17 65535)
- at r = constant i17 udiv(i17 -1,    i17 65535)
- at s = constant i17 srem(i17  1,    i17 131070)
- at t = constant i17 urem(i17 131071,i17 -1)
- at o = constant i17 trunc( i18 131072  to i17 )
- at p = constant i17 trunc( i18 131071  to i17 )
- at v = constant i17 srem(i17  -1,    i17 15)

Removed: llvm/trunk/test/Integer/a17.ll.out
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Integer/a17.ll.out?rev=112886&view=auto
==============================================================================
--- llvm/trunk/test/Integer/a17.ll.out (original)
+++ llvm/trunk/test/Integer/a17.ll.out (removed)
@@ -1,20 +0,0 @@
-; ModuleID = '<stdin>'
-
- at b = constant i17 0                               ; <i17*> [#uses=0]
- at c = constant i17 -2                              ; <i17*> [#uses=0]
- at d = constant i17 0                               ; <i17*> [#uses=0]
- at e = constant i17 -1                              ; <i17*> [#uses=0]
- at f = constant i17 1                               ; <i17*> [#uses=0]
- at g = constant i17 3                               ; <i17*> [#uses=0]
- at h = constant i17 undef                           ; <i17*> [#uses=0]
- at i = constant i17 -65536                          ; <i17*> [#uses=0]
- at j = constant i17 1                               ; <i17*> [#uses=0]
- at l = constant i17 -1                              ; <i17*> [#uses=0]
- at n = constant i17 -2                              ; <i17*> [#uses=0]
- at q = constant i17 0                               ; <i17*> [#uses=0]
- at r = constant i17 2                               ; <i17*> [#uses=0]
- at s = constant i17 1                               ; <i17*> [#uses=0]
- at t = constant i17 0                               ; <i17*> [#uses=0]
- at o = constant i17 0                               ; <i17*> [#uses=0]
- at p = constant i17 -1                              ; <i17*> [#uses=0]
- at v = constant i17 -1                              ; <i17*> [#uses=0]

Removed: llvm/trunk/test/Integer/a31.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Integer/a31.ll?rev=112886&view=auto
==============================================================================
--- llvm/trunk/test/Integer/a31.ll (original)
+++ llvm/trunk/test/Integer/a31.ll (removed)
@@ -1,25 +0,0 @@
-; RUN: llvm-as %s -o - | llvm-dis > %t.ll
-; RUN: diff %t.ll %s.out
-
-; test 31 bits
-;
- at b = constant i31 add(i31 2147483647, i31 1)
- at c = constant i31 add(i31 2147483647, i31 2147483647)
- at d = constant i31 add(i31 2147483640, i31 8)
- at e = constant i31 sub(i31 0 , i31 1)
- at f = constant i31 sub(i31 0 , i31 2147483647)
- at g = constant i31 sub(i31 2 , i31 2147483647)
-
- at h = constant i31 shl(i31 1 , i31 31)
- at i = constant i31 shl(i31 1 , i31 30)
- at j = constant i31 lshr(i31 2147483647 , i31 30)
- at l = constant i31 ashr(i31 2147483647 , i31 30)
-
- at n = constant i31 mul(i31 2147483647, i31 2)
- at q = constant i31 sdiv(i31 -1,        i31 1073741823)
- at r = constant i31 udiv(i31 -1,        i31 1073741823)
- at s = constant i31 srem(i31  1,        i31 2147483646)
- at t = constant i31 urem(i31 2147483647,i31 -1)
- at o = constant i31 trunc( i32 2147483648  to i31 )
- at p = constant i31 trunc( i32 2147483647  to i31 ) 
- at u = constant i31 srem(i31 -3,        i31 17)

Removed: llvm/trunk/test/Integer/a31.ll.out
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Integer/a31.ll.out?rev=112886&view=auto
==============================================================================
--- llvm/trunk/test/Integer/a31.ll.out (original)
+++ llvm/trunk/test/Integer/a31.ll.out (removed)
@@ -1,20 +0,0 @@
-; ModuleID = '<stdin>'
-
- at b = constant i31 0                               ; <i31*> [#uses=0]
- at c = constant i31 -2                              ; <i31*> [#uses=0]
- at d = constant i31 0                               ; <i31*> [#uses=0]
- at e = constant i31 -1                              ; <i31*> [#uses=0]
- at f = constant i31 1                               ; <i31*> [#uses=0]
- at g = constant i31 3                               ; <i31*> [#uses=0]
- at h = constant i31 undef                           ; <i31*> [#uses=0]
- at i = constant i31 -1073741824                     ; <i31*> [#uses=0]
- at j = constant i31 1                               ; <i31*> [#uses=0]
- at l = constant i31 -1                              ; <i31*> [#uses=0]
- at n = constant i31 -2                              ; <i31*> [#uses=0]
- at q = constant i31 0                               ; <i31*> [#uses=0]
- at r = constant i31 2                               ; <i31*> [#uses=0]
- at s = constant i31 1                               ; <i31*> [#uses=0]
- at t = constant i31 0                               ; <i31*> [#uses=0]
- at o = constant i31 0                               ; <i31*> [#uses=0]
- at p = constant i31 -1                              ; <i31*> [#uses=0]
- at u = constant i31 -3                              ; <i31*> [#uses=0]

Removed: llvm/trunk/test/Integer/a33.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Integer/a33.ll?rev=112886&view=auto
==============================================================================
--- llvm/trunk/test/Integer/a33.ll (original)
+++ llvm/trunk/test/Integer/a33.ll (removed)
@@ -1,26 +0,0 @@
-; RUN: llvm-as %s -o - | llvm-dis > %t.ll
-; RUN: diff %t.ll %s.out
-
-; test 33 bits
-;
- at b = constant i33 add(i33 8589934591, i33 1)
- at c = constant i33 add(i33 8589934591, i33 8589934591)
- at d = constant i33 add(i33 8589934584, i33 8)
- at e = constant i33 sub(i33 0 , i33 1)
- at f = constant i33 sub(i33 0 , i33 8589934591)
- at g = constant i33 sub(i33 2 , i33 8589934591)
-
- at h = constant i33 shl(i33 1 , i33 33)
- at i = constant i33 shl(i33 1 , i33 32)
- at j = constant i33 lshr(i33 8589934591 , i33 32)
- at l = constant i33 ashr(i33 8589934591 , i33 32)
-
- at n = constant i33 mul(i33 8589934591, i33 2)
- at q = constant i33 sdiv(i33 -1,        i33 4294967295)
- at r = constant i33 udiv(i33 -1,        i33 4294967295)
- at s = constant i33 srem(i33  1,        i33 8589934590)
- at t = constant i33 urem(i33 8589934591,i33 -1)
- at o = constant i33 trunc( i34 8589934592 to i33 )
- at p = constant i33 trunc( i34 8589934591  to i33 )
- at u = constant i33 srem(i33  -1,       i33 17)
- 

Removed: llvm/trunk/test/Integer/a33.ll.out
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Integer/a33.ll.out?rev=112886&view=auto
==============================================================================
--- llvm/trunk/test/Integer/a33.ll.out (original)
+++ llvm/trunk/test/Integer/a33.ll.out (removed)
@@ -1,20 +0,0 @@
-; ModuleID = '<stdin>'
-
- at b = constant i33 0                               ; <i33*> [#uses=0]
- at c = constant i33 -2                              ; <i33*> [#uses=0]
- at d = constant i33 0                               ; <i33*> [#uses=0]
- at e = constant i33 -1                              ; <i33*> [#uses=0]
- at f = constant i33 1                               ; <i33*> [#uses=0]
- at g = constant i33 3                               ; <i33*> [#uses=0]
- at h = constant i33 undef                           ; <i33*> [#uses=0]
- at i = constant i33 -4294967296                     ; <i33*> [#uses=0]
- at j = constant i33 1                               ; <i33*> [#uses=0]
- at l = constant i33 -1                              ; <i33*> [#uses=0]
- at n = constant i33 -2                              ; <i33*> [#uses=0]
- at q = constant i33 0                               ; <i33*> [#uses=0]
- at r = constant i33 2                               ; <i33*> [#uses=0]
- at s = constant i33 1                               ; <i33*> [#uses=0]
- at t = constant i33 0                               ; <i33*> [#uses=0]
- at o = constant i33 0                               ; <i33*> [#uses=0]
- at p = constant i33 -1                              ; <i33*> [#uses=0]
- at u = constant i33 -1                              ; <i33*> [#uses=0]

Removed: llvm/trunk/test/Integer/a63.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Integer/a63.ll?rev=112886&view=auto
==============================================================================
--- llvm/trunk/test/Integer/a63.ll (original)
+++ llvm/trunk/test/Integer/a63.ll (removed)
@@ -1,25 +0,0 @@
-; RUN: llvm-as %s -o - | llvm-dis > %t.ll
-; RUN: diff %t.ll %s.out
-
-; test 63 bits
-;
- at b = constant i63 add(i63 9223372036854775807, i63 1)
- at c = constant i63 add(i63 9223372036854775807, i63 9223372036854775807)
- at d = constant i63 add(i63 9223372036854775800, i63 8)
- at e = constant i63 sub(i63 0 , i63 1)
- at f = constant i63 sub(i63 0 , i63 9223372036854775807)
- at g = constant i63 sub(i63 2 , i63 9223372036854775807)
-
- at h = constant i63 shl(i63 1 , i63 63)
- at i = constant i63 shl(i63 1 , i63 62)
- at j = constant i63 lshr(i63 9223372036854775807 , i63 62)
- at l = constant i63 ashr(i63 9223372036854775807 , i63 62)
-
- at n = constant i63 mul(i63 9223372036854775807, i63 2) 
- at q = constant i63 sdiv(i63 -1,                 i63 4611686018427387903)
- at u = constant i63 sdiv(i63 -1,                 i63 1)
- at r = constant i63 udiv(i63 -1,                 i63 4611686018427387903)
- at s = constant i63 srem(i63  3,                 i63 9223372036854775806)
- at t = constant i63 urem(i63 9223372036854775807,i63 -1)
- at o = constant i63 trunc( i64 9223372036854775808 to i63 )
- at p = constant i63 trunc( i64 9223372036854775807  to i63 )

Removed: llvm/trunk/test/Integer/a63.ll.out
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Integer/a63.ll.out?rev=112886&view=auto
==============================================================================
--- llvm/trunk/test/Integer/a63.ll.out (original)
+++ llvm/trunk/test/Integer/a63.ll.out (removed)
@@ -1,20 +0,0 @@
-; ModuleID = '<stdin>'
-
- at b = constant i63 0                               ; <i63*> [#uses=0]
- at c = constant i63 -2                              ; <i63*> [#uses=0]
- at d = constant i63 0                               ; <i63*> [#uses=0]
- at e = constant i63 -1                              ; <i63*> [#uses=0]
- at f = constant i63 1                               ; <i63*> [#uses=0]
- at g = constant i63 3                               ; <i63*> [#uses=0]
- at h = constant i63 undef                           ; <i63*> [#uses=0]
- at i = constant i63 -4611686018427387904            ; <i63*> [#uses=0]
- at j = constant i63 1                               ; <i63*> [#uses=0]
- at l = constant i63 -1                              ; <i63*> [#uses=0]
- at n = constant i63 -2                              ; <i63*> [#uses=0]
- at q = constant i63 0                               ; <i63*> [#uses=0]
- at u = constant i63 -1                              ; <i63*> [#uses=0]
- at r = constant i63 2                               ; <i63*> [#uses=0]
- at s = constant i63 1                               ; <i63*> [#uses=0]
- at t = constant i63 0                               ; <i63*> [#uses=0]
- at o = constant i63 0                               ; <i63*> [#uses=0]
- at p = constant i63 -1                              ; <i63*> [#uses=0]

Removed: llvm/trunk/test/Integer/a7.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Integer/a7.ll?rev=112886&view=auto
==============================================================================
--- llvm/trunk/test/Integer/a7.ll (original)
+++ llvm/trunk/test/Integer/a7.ll (removed)
@@ -1,31 +0,0 @@
-; RUN: llvm-as %s -o - | llvm-dis > %t.ll
-; RUN: diff %t.ll %s.out
-
-; test 7 bits
-;
- at b = constant i7 add(i7 127, i7 1)
- at q = constant i7 add(i7 -64, i7 -1)
- at c = constant i7 add(i7 127, i7 127)
- at d = constant i7 add(i7 120, i7 8)
- at e = constant i7 sub(i7 0 , i7 1)
- at f = constant i7 sub(i7 0 , i7 127)
- at g = constant i7 sub(i7 2 , i7 127)
- at r = constant i7 sub(i7 -3, i7 120)
- at s = constant i7 sub(i7 -3, i7 -8)
-
- at h = constant i7 shl(i7 1 , i7 7)
- at i = constant i7 shl(i7 1 , i7 6)
- at j = constant i7 lshr(i7 127 , i7 6)
- at l = constant i7 ashr(i7 127 , i7 6)
- at m2= constant i7 ashr(i7 -1  , i7 3)
-
- at n = constant i7 mul(i7 127, i7 2)
- at t = constant i7 mul(i7 -63, i7 -2)
- at u = constant i7 mul(i7 -32, i7 2)
- at v = constant i7 sdiv(i7 -1, i7 63)
- at w = constant i7 udiv(i7 -1, i7 63)
- at x = constant i7 srem(i7 1 , i7 126)
- at y = constant i7 urem(i7 127, i7 -1)
- at o = constant i7 trunc( i8 128  to i7 )
- at p = constant i7 trunc( i8 255  to i7 )
- 

Removed: llvm/trunk/test/Integer/a7.ll.out
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Integer/a7.ll.out?rev=112886&view=auto
==============================================================================
--- llvm/trunk/test/Integer/a7.ll.out (original)
+++ llvm/trunk/test/Integer/a7.ll.out (removed)
@@ -1,25 +0,0 @@
-; ModuleID = '<stdin>'
-
- at b = constant i7 0                                ; <i7*> [#uses=0]
- at q = constant i7 63                               ; <i7*> [#uses=0]
- at c = constant i7 -2                               ; <i7*> [#uses=0]
- at d = constant i7 0                                ; <i7*> [#uses=0]
- at e = constant i7 -1                               ; <i7*> [#uses=0]
- at f = constant i7 1                                ; <i7*> [#uses=0]
- at g = constant i7 3                                ; <i7*> [#uses=0]
- at r = constant i7 5                                ; <i7*> [#uses=0]
- at s = constant i7 5                                ; <i7*> [#uses=0]
- at h = constant i7 undef                            ; <i7*> [#uses=0]
- at i = constant i7 -64                              ; <i7*> [#uses=0]
- at j = constant i7 1                                ; <i7*> [#uses=0]
- at l = constant i7 -1                               ; <i7*> [#uses=0]
- at m2 = constant i7 -1                              ; <i7*> [#uses=0]
- at n = constant i7 -2                               ; <i7*> [#uses=0]
- at t = constant i7 -2                               ; <i7*> [#uses=0]
- at u = constant i7 -64                              ; <i7*> [#uses=0]
- at v = constant i7 0                                ; <i7*> [#uses=0]
- at w = constant i7 2                                ; <i7*> [#uses=0]
- at x = constant i7 1                                ; <i7*> [#uses=0]
- at y = constant i7 0                                ; <i7*> [#uses=0]
- at o = constant i7 0                                ; <i7*> [#uses=0]
- at p = constant i7 -1                               ; <i7*> [#uses=0]

Removed: llvm/trunk/test/Integer/a9.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Integer/a9.ll?rev=112886&view=auto
==============================================================================
--- llvm/trunk/test/Integer/a9.ll (original)
+++ llvm/trunk/test/Integer/a9.ll (removed)
@@ -1,25 +0,0 @@
-; RUN: llvm-as %s -o - | llvm-dis > %t.ll
-; RUN: diff %t.ll %s.out
-
-; test 9 bits
-;
- at b = constant i9 add(i9 511, i9 1)
- at c = constant i9 add(i9 511, i9 511)
- at d = constant i9 add(i9 504, i9 8)
- at e = constant i9 sub(i9 0 , i9 1)
- at f = constant i9 sub(i9 0 , i9 511)
- at g = constant i9 sub(i9 2 , i9 511)
-
- at h = constant i9 shl(i9 1 , i9 9)
- at i = constant i9 shl(i9 1 , i9 8)
- at j = constant i9 lshr(i9 511 , i9 8)
- at l = constant i9 ashr(i9 511 , i9 8)
-
- at n = constant i9 mul(i9 511, i9 2)
- at q = constant i9 sdiv(i9 511, i9 2)
- at r = constant i9 udiv(i9 511, i9 2)
- at s = constant i9 urem(i9 511, i9 -1)
- at t = constant i9 srem(i9 1, i9 510)
- at o = constant i9 trunc( i10 512  to i9 )
- at p = constant i9 trunc( i10 511  to i9 )
-

Removed: llvm/trunk/test/Integer/a9.ll.out
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Integer/a9.ll.out?rev=112886&view=auto
==============================================================================
--- llvm/trunk/test/Integer/a9.ll.out (original)
+++ llvm/trunk/test/Integer/a9.ll.out (removed)
@@ -1,19 +0,0 @@
-; ModuleID = '<stdin>'
-
- at b = constant i9 0                                ; <i9*> [#uses=0]
- at c = constant i9 -2                               ; <i9*> [#uses=0]
- at d = constant i9 0                                ; <i9*> [#uses=0]
- at e = constant i9 -1                               ; <i9*> [#uses=0]
- at f = constant i9 1                                ; <i9*> [#uses=0]
- at g = constant i9 3                                ; <i9*> [#uses=0]
- at h = constant i9 undef                            ; <i9*> [#uses=0]
- at i = constant i9 -256                             ; <i9*> [#uses=0]
- at j = constant i9 1                                ; <i9*> [#uses=0]
- at l = constant i9 -1                               ; <i9*> [#uses=0]
- at n = constant i9 -2                               ; <i9*> [#uses=0]
- at q = constant i9 0                                ; <i9*> [#uses=0]
- at r = constant i9 255                              ; <i9*> [#uses=0]
- at s = constant i9 0                                ; <i9*> [#uses=0]
- at t = constant i9 1                                ; <i9*> [#uses=0]
- at o = constant i9 0                                ; <i9*> [#uses=0]
- at p = constant i9 -1                               ; <i9*> [#uses=0]





More information about the llvm-commits mailing list