1 ; RUN: llc -mtriple=arm64-linux-gnu -o - %s | FileCheck %s
2 ; RUN: llc -mtriple=arm64-linux-gnu -O0 -fast-isel -o - %s | FileCheck %s
4 ; O0 checked for fastisel purposes. It has a separate path which
5 ; creates a constpool entry for floating values.
7 define double @needs_const() {
11 ; CHECK: adrp {{x[0-9]+}}, .LCPI0_0
12 ; CHECK: ldr d0, [{{x[0-9]+}}, :lo12:.LCPI0_0]