You've already forked linux-packaging-mono
Imported Upstream version 5.18.0.246
Former-commit-id: 0c7ce5b1a7851e13f22acfd379b7f9fb304e4833
This commit is contained in:
parent
a7724cd563
commit
279aa8f685
15
external/llvm/test/CodeGen/SystemZ/fp-const-10.ll
vendored
Normal file
15
external/llvm/test/CodeGen/SystemZ/fp-const-10.ll
vendored
Normal file
@ -0,0 +1,15 @@
|
||||
; Test loads of SNaN.
|
||||
;
|
||||
; RUN: llc < %s -mtriple=s390x-linux-gnu | FileCheck %s
|
||||
|
||||
; Test that we don't do an FP extending load, as this would result in a
|
||||
; converstion to QNaN.
|
||||
define double @f1() {
|
||||
; CHECK-LABEL: .LCPI0_0
|
||||
; CHECK: .quad 9219994337134247936
|
||||
; CHECK-LABEL: f1:
|
||||
; CHECK: larl %r1, .LCPI0_0
|
||||
; CHECK-NOT: ldeb %f0, 0(%r1)
|
||||
; CHECK: ld %f0, 0(%r1)
|
||||
ret double 0x7FF4000000000000
|
||||
}
|
Reference in New Issue
Block a user