1 ; RUN: opt < %s -S -nvvm-reflect | FileCheck %s
3 declare i32 @__nvvm_reflect(i8*)
4 @str = private unnamed_addr addrspace(1) constant [11 x i8] c"__CUDA_FTZ\00"
7 %call = call i32 @__nvvm_reflect(i8* addrspacecast (i8 addrspace(1)* getelementptr inbounds ([11 x i8], [11 x i8] addrspace(1)* @str, i32 0, i32 0) to i8*))
12 !llvm.module.flags = !{!0}
13 !0 = !{i32 4, !"nvvm-reflect-ftz", i32 42}