view test/CodeGen/PowerPC/stubs.ll @ 120:1172e4bd9c6f

update 4.0.0
author mir3636
date Fri, 25 Nov 2016 19:14:25 +0900
parents 95c75e76d11b
children c2174574ed3a
line wrap: on
line source

; RUN: llc -verify-machineinstrs %s -o - -mtriple=powerpc-apple-darwin9 | FileCheck %s
define ppc_fp128 @test1(i64 %X) nounwind readnone {
entry:
  %0 = sitofp i64 %X to ppc_fp128
  ret ppc_fp128 %0
}

; CHECK: _test1:
; CHECK: bl ___floatditf