brintos

brintos / llvm-project-archived public Read only

0
0
Text · 246 B · d8772b9 Raw
10 lines · plain
1; RUN: llc -verify-machineinstrs %s -o - -mtriple=powerpc-unknown-linux-gnu | FileCheck %s2define ppc_fp128 @test1(i64 %X) nounwind readnone {3entry:4  %0 = sitofp i64 %X to ppc_fp1285  ret ppc_fp128 %06}7 8; CHECK: test1:9; CHECK: bl __floatditf10