xref: /aosp_15_r20/external/llvm/test/CodeGen/SPARC/LeonInsertNOPLoad.ll (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1; RUN: llc %s -O0 -march=sparc -mcpu=ut699 -o - | FileCheck %s
2
3; CHECK:        ld [%o0+%lo(.LCPI0_0)], %f0
4; CHECK-NEXT:   nop
5
6
7define float @X() #0 {
8entry:
9  %f = alloca float, align 4
10  store float 0x3FF3C08320000000, float* %f, align 4
11  %0 = load float, float* %f, align 4
12  ret float %0
13}
14