xref: /aosp_15_r20/external/llvm/test/CodeGen/PowerPC/stubs.ll (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1*9880d681SAndroid Build Coastguard Worker; RUN: llc %s -o - -mtriple=powerpc-apple-darwin9 | FileCheck %s
2*9880d681SAndroid Build Coastguard Workerdefine ppc_fp128 @test1(i64 %X) nounwind readnone {
3*9880d681SAndroid Build Coastguard Workerentry:
4*9880d681SAndroid Build Coastguard Worker  %0 = sitofp i64 %X to ppc_fp128
5*9880d681SAndroid Build Coastguard Worker  ret ppc_fp128 %0
6*9880d681SAndroid Build Coastguard Worker}
7*9880d681SAndroid Build Coastguard Worker
8*9880d681SAndroid Build Coastguard Worker; CHECK: _test1:
9*9880d681SAndroid Build Coastguard Worker; CHECK: bl ___floatditf
10