blob: 6a76a8e0cb1fa29e17c0b0b072677bf5aa516512 [file] [log] [blame]
Dan Gohmanda594cf2009-09-09 00:09:15 +00001; RUN: llc < %s | grep 168
Anton Korobeynikov3dfb8842009-07-16 14:29:57 +00002
3target datalayout = "E-p:64:64:64-i8:8:16-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-f128:128:128-a0:16:16"
4target triple = "s390x-linux"
5
6declare void @rdft(i32 signext, i32 signext, double*, i32* nocapture, double*) nounwind
7
8declare double @mp_mul_d2i_test(i32 signext, i32 signext, double* nocapture) nounwind
9
10define void @mp_mul_radix_test_bb3(i32 %radix, i32 %nfft, double* %tmpfft, i32* %ip, double* %w, double* %arrayidx44.reload, double* %call.out) nounwind {
11newFuncRoot:
12 br label %bb3
13
14bb4.exitStub: ; preds = %bb3
15 store double %call, double* %call.out
16 ret void
17
18bb3: ; preds = %newFuncRoot
19 tail call void @rdft(i32 signext %nfft, i32 signext -1, double* %arrayidx44.reload, i32* %ip, double* %w) nounwind
20 %call = tail call double @mp_mul_d2i_test(i32 signext %radix, i32 signext %nfft, double* %tmpfft) ; <double> [#uses=1]
21 br label %bb4.exitStub
22}