[InstCombine] Signed saturation patterns
[llvm-core.git] / test / CodeGen / PowerPC / stubs.ll
blob33499f1bcaa7a61c3def101354ebdf07f965bdb8
1 ; RUN: llc -verify-machineinstrs %s -o - -mtriple=powerpc-unknown-linux-gnu | FileCheck %s
2 define ppc_fp128 @test1(i64 %X) nounwind readnone {
3 entry:
4   %0 = sitofp i64 %X to ppc_fp128
5   ret ppc_fp128 %0
8 ; CHECK: test1:
9 ; CHECK: bl __floatditf@PLT