[WebAssembly] Don't perform the returned-argument optimization on constants.
[oota-llvm.git] / test / CodeGen / NVPTX / vector-global.ll
1 ; RUN: llc < %s -march=nvptx64 -mcpu=sm_20 | FileCheck %s
2
3 target datalayout = "e-i64:64-v16:16-v32:32-n16:32:64"
4 target triple = "nvptx64-nvidia-cuda"
5
6 @g1 = external global <4 x i32> ; external global variable
7 ; CHECK: .extern .global .align 16 .b8 g1[16];
8 @g2 = global <4 x i32> zeroinitializer ; module-level global variable
9 ; CHECK: .visible .global .align 16 .b8 g2[16];