From: Justin Holewinski Date: Thu, 19 Sep 2013 13:14:44 +0000 (+0000) Subject: [NVPTX] Make constant vector test case endian-independent X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=c9554b13425a477a3e6e2fc4fec1cb75b9e68441;p=oota-llvm.git [NVPTX] Make constant vector test case endian-independent git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@190998 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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