brintos

brintos / llvm-project-archived public Read only

0
0
Text · 250 B · a5538fc Raw
12 lines · plain
1; RUN: llc -verify-machineinstrs < %s | FileCheck %s2 3target triple = "powerpc64-unknown-linux-gnu"4 5define double @test() {6  %1 = fptrunc ppc_fp128 0xM818F2887B9295809800000000032D000 to double7  ret double %18}9 10; CHECK: .quad 0x818f2887b929580911 12