Ehsan Amiri | a538b0f | 2016-08-03 18:17:35 +0000 | [diff] [blame] | 1 | ; RUN: llc -verify-machineinstrs < %s | FileCheck %s |
Ulrich Weigand | 1d4dbda | 2013-07-16 13:03:25 +0000 | [diff] [blame] | 2 | |
3 | target triple = "powerpc64-unknown-linux-gnu" | ||||
4 | |||||
5 | define double @test() { | ||||
6 | %1 = fptrunc ppc_fp128 0xM818F2887B9295809800000000032D000 to double | ||||
7 | ret double %1 | ||||
8 | } | ||||
9 | |||||
10 | ; CHECK: .quad -9111018957755033591 | ||||
11 |