1*9880d681SAndroid Build Coastguard Worker; Test loads of 64-bit floating-point constants that can be represented 2*9880d681SAndroid Build Coastguard Worker; as 32-bit constants. 3*9880d681SAndroid Build Coastguard Worker; 4*9880d681SAndroid Build Coastguard Worker; RUN: llc < %s -mtriple=s390x-linux-gnu | FileCheck %s 5*9880d681SAndroid Build Coastguard Worker; RUN: llc < %s -mtriple=s390x-linux-gnu | FileCheck %s -check-prefix=CONST 6*9880d681SAndroid Build Coastguard Worker 7*9880d681SAndroid Build Coastguard Workerdefine double @f1() { 8*9880d681SAndroid Build Coastguard Worker; CHECK-LABEL: f1: 9*9880d681SAndroid Build Coastguard Worker; CHECK: larl [[REGISTER:%r[1-5]]], {{.*}} 10*9880d681SAndroid Build Coastguard Worker; CHECK: ldeb %f0, 0([[REGISTER]]) 11*9880d681SAndroid Build Coastguard Worker; CHECK: br %r14 12*9880d681SAndroid Build Coastguard Worker; 13*9880d681SAndroid Build Coastguard Worker; CONST: .long 1065353217 14*9880d681SAndroid Build Coastguard Worker ret double 0x3ff0000020000000 15*9880d681SAndroid Build Coastguard Worker} 16