[NFC][RemoveDIs] Prefer iterators over inst-pointers in InstCombine
[llvm-project.git] / llvm / test / CodeGen / NVPTX / pr16278.ll
blob1696b3cf366d6eee0cc306e5abac174ee9ca06e1
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 @one_f = addrspace(4) global float 1.000000e+00, align 4
6 define float @foo() {
7 ; CHECK: ld.const.f32
8   %val = load float, ptr addrspace(4) @one_f
9   ret float %val