mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-21 00:32:23 +00:00
12 lines
230 B
LLVM
12 lines
230 B
LLVM
|
; 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
|
||
|
|