X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FCodeGen%2FNVPTX%2Fconstant-vectors.ll;h=208c2d970f318d26da2a25a97aa1d61bfabf9e0f;hb=ee9772d9ddbc62ca9f965ed2c0b40a3326bcd2b0;hp=7a6875669d9e9bf3d6d34f50469facf720514293;hpb=3917535b1af06f03dc0150fc956fb05218a78292;p=oota-llvm.git diff --git a/test/CodeGen/NVPTX/constant-vectors.ll b/test/CodeGen/NVPTX/constant-vectors.ll index 7a6875669d9..208c2d970f3 100644 --- a/test/CodeGen/NVPTX/constant-vectors.ll +++ b/test/CodeGen/NVPTX/constant-vectors.ll @@ -2,6 +2,5 @@ target triple = "nvptx-nvidia-cuda" -; CHECK: .visible .global .align 16 .b8 sphPosArr[80] = {0, 0, 192, 192, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 0, 0, 64, 192, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 0, 0, 64, 64, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 0, 0, 192, 64, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63}; -@sphPosArr = constant [5 x <4 x float>] [<4 x float> , <4 x float> , <4 x float> , <4 x float> , <4 x float> ], align 16 - +; CHECK: .visible .global .align 16 .b8 testArray[8] = {0, 1, 2, 3, 4, 5, 6, 7}; +@testArray = constant [2 x <4 x i8>] [<4 x i8> , <4 x i8> ], align 16