Revert "[NFC] Refactor visitIntrinsicCall so it doesn't return a const char*"
[llvm-complete.git] / test / CodeGen / NVPTX / nvvm-reflect-module-flag.ll
blob4fdab5c087dee42686f2068cd4f53f4a19c82d77
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"
6 define i32 @foo() {
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*))
8   ; CHECK: ret i32 42
9   ret i32 %call
12 !llvm.module.flags = !{!0}
13 !0 = !{i32 4, !"nvvm-reflect-ftz", i32 42}