[LLVM][Alignment] Make functions using log of alignment explicit
[llvm-complete.git] / test / CodeGen / PowerPC / fp2int2fp-ppcfp128.ll
blob2feb4556dfab7c59ec9ae8dd87bc56e84eb3b2ce
1 ; RUN: llc -verify-machineinstrs -mcpu=a2 < %s | FileCheck %s
2 target datalayout = "E-m:e-i64:64-n32:64"
3 target triple = "powerpc64-bgq-linux"
5 define linkonce_odr double @test1(ppc_fp128 %input) {
6 entry:
7   %conv6.i.i = fptosi ppc_fp128 %input to i64
8   %conv.i = sitofp i64 %conv6.i.i to double
9   ret double %conv.i
11 ; CHECK-LABEL: @test1
12 ; CHECK: bl __fixtfdi
13 ; CHECK: fcfid
14 ; CHECK: blr