You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
; RUN: llc < %s -march=nvptx -mcpu=sm_20 | FileCheck %s
|
|
|
|
; CHECK: .weak .global .align 4 .u32 g
|
|
@g = common addrspace(1) global i32 zeroinitializer
|
|
|
|
define i32 @func0() {
|
|
%val = load i32, i32 addrspace(1)* @g
|
|
ret i32 %val
|
|
}
|