8625704ad8
Former-commit-id: 67aa10e65b237e1c4537630979ee99ebe1374215
12 lines
252 B
LLVM
12 lines
252 B
LLVM
; RUN: llc -verify-machineinstrs < %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
|
|
|