brintos

brintos / llvm-project-archived public Read only

0
0
Text · 420 B · f8c88d0 Raw
16 lines · plain
1; Test loads of SNaN.2;3; RUN: llc < %s -mtriple=s390x-linux-gnu | FileCheck %s4 5; Test that we don't do an FP extending load, as this would result in a6; converstion to QNaN.7define double @f1() {8; CHECK-LABEL: .LCPI0_09; CHECK:      .quad   0x7ff400000000000010; CHECK-LABEL: f1:11; CHECK:      larl    %r1, .LCPI0_012; CHECK-NOT:  ldeb    %f0, 0(%r1)13; CHECK:      ld      %f0, 0(%r1)14  ret double 0x7FF400000000000015}16