[Demangle] Add a few more options to the microsoft demangler
[llvm-complete.git] / test / CodeGen / NVPTX / pr16278.ll
bloba836eaf2e51f936ff09f0322154966f703ea0ba8
1 ; RUN: llc < %s -march=nvptx -mcpu=sm_20 | FileCheck %s
4 @one_f = addrspace(4) global float 1.000000e+00, align 4
6 define float @foo() {
7 ; CHECK: ld.const.f32
8   %val = load float, float addrspace(4)* @one_f
9   ret float %val