brintos

brintos / llvm-project-archived public Read only

0
0
Text · 838 B · 8c460f6 Raw
23 lines · plain
1# NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py2# RUN: llc -O0 -mtriple=aarch64 -run-pass=instruction-select -verify-machineinstrs %s -o - | FileCheck %s3 4...5---6name:            fp128-fconstant7alignment:       168legalized:       true9regBankSelected: true10tracksRegLiveness: true11body:             |12  bb.0:13    ; CHECK-LABEL: name: fp128-fconstant14    ; CHECK: [[ADRP:%[0-9]+]]:gpr64common = ADRP target-flags(aarch64-page) %const.015    ; CHECK-NEXT: [[LDRQui:%[0-9]+]]:fpr128 = LDRQui [[ADRP]], target-flags(aarch64-pageoff, aarch64-nc) %const.0 :: (load (s128) from constant-pool)16    ; CHECK-NEXT: $q0 = COPY [[LDRQui]]17    ; CHECK-NEXT: RET_ReallyLR implicit $q018    %0:fpr(s128) = G_FCONSTANT fp128 0xL0000000000000000400000000000000019    $q0 = COPY %0:fpr(s128)20    RET_ReallyLR implicit $q021...22 23