brintos

brintos / llvm-project-archived public Read only

0
0
Text · 378 B · b2c709f Raw
15 lines · plain
1; Test loads of 32-bit floating-point constants.2;3; RUN: llc < %s -mtriple=s390x-linux-gnu | FileCheck %s4; RUN: llc < %s -mtriple=s390x-linux-gnu | FileCheck %s -check-prefix=CONST5 6define float @f1() {7; CHECK-LABEL: f1:8; CHECK: larl [[REGISTER:%r[1-5]]], {{.*}}9; CHECK: le %f0, 0([[REGISTER]])10; CHECK: br %r1411;12; CONST: .long 0x3f80000113  ret float 0x3ff000002000000014}15