1 # NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py
2 # RUN: llc -O0 -mtriple=aarch64 -run-pass=instruction-select -verify-machineinstrs %s -o - | FileCheck %s
10 tracksRegLiveness: true
13 ; CHECK-LABEL: name: fp128-fconstant
14 ; CHECK: [[ADRP:%[0-9]+]]:gpr64common = ADRP target-flags(aarch64-page) %const.0
15 ; CHECK: [[LDRQui:%[0-9]+]]:fpr128 = LDRQui [[ADRP]], target-flags(aarch64-pageoff, aarch64-nc) %const.0
16 ; CHECK: $q0 = COPY [[LDRQui]]
17 ; CHECK: RET_ReallyLR implicit $q0
18 %0:fpr(s128) = G_FCONSTANT fp128 0xL00000000000000004000000000000000
19 $q0 = COPY %0:fpr(s128)
20 RET_ReallyLR implicit $q0