Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / llvm / test / CodeGen / NVPTX / weak-global.ll
blobdd0160d1c0a6541546aaba29843f4e938109e3f8
1 ; RUN: llc < %s -march=nvptx64 -mcpu=sm_20 | FileCheck %s
2 ; RUN: %if ptxas %{ llc < %s -march=nvptx64 -mcpu=sm_20 | %ptxas-verify %}
4 ; CHECK: .weak .global .align 4 .u32 g
5 @g = common addrspace(1) global i32 zeroinitializer
7 define i32 @func0() {
8   %val = load i32, ptr addrspace(1) @g
9   ret i32 %val