[NFC][RemoveDIs] Prefer iterators over inst-pointers in InstCombine
[llvm-project.git] / llvm / test / CodeGen / PowerPC / fp2int2fp-ppcfp128.ll
blob3b555cf898f574f976d8bc11e280db778fe362a9
1 ; RUN: llc -verify-machineinstrs -mcpu=a2 -mtriple=powerpc64-unknown-linux-gnu < %s | FileCheck %s
2 target datalayout = "E-m:e-i64:64-n32:64"
4 define linkonce_odr double @test1(ppc_fp128 %input) {
5 entry:
6   %conv6.i.i = fptosi ppc_fp128 %input to i64
7   %conv.i = sitofp i64 %conv6.i.i to double
8   ret double %conv.i
10 ; CHECK-LABEL: @test1
11 ; CHECK: bl __fixtfdi
12 ; CHECK: fcfid
13 ; CHECK: blr