blob: 7a7a8decc81f8e44bf34ee55a1894165159fa61d (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
; RUN: llc < %s | FileCheck %s
target triple = "powerpc64-unknown-linux-gnu"
define double @test() {
%1 = fptrunc ppc_fp128 0xM818F2887B9295809800000000032D000 to double
ret double %1
}
; CHECK: .quad -9111018957755033591
|