1*9880d681SAndroid Build Coastguard Worker; RUN: llc < %s 2*9880d681SAndroid Build Coastguard Worker; PR2988 3*9880d681SAndroid Build Coastguard Workertarget datalayout = "E-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:32:64-f32:32:32-f64:32:64-v64:64:64-v128:128:128-a0:0:64-f128:64:128" 4*9880d681SAndroid Build Coastguard Workertarget triple = "powerpc-apple-darwin10.0" 5*9880d681SAndroid Build Coastguard Worker@a = common global ppc_fp128 0xM00000000000000000000000000000000, align 16 ; <ppc_fp128*> [#uses=2] 6*9880d681SAndroid Build Coastguard Worker@b = common global ppc_fp128 0xM00000000000000000000000000000000, align 16 ; <ppc_fp128*> [#uses=2] 7*9880d681SAndroid Build Coastguard Worker@c = common global ppc_fp128 0xM00000000000000000000000000000000, align 16 ; <ppc_fp128*> [#uses=3] 8*9880d681SAndroid Build Coastguard Worker@d = common global ppc_fp128 0xM00000000000000000000000000000000, align 16 ; <ppc_fp128*> [#uses=2] 9*9880d681SAndroid Build Coastguard Worker 10*9880d681SAndroid Build Coastguard Workerdefine void @foo() nounwind { 11*9880d681SAndroid Build Coastguard Workerentry: 12*9880d681SAndroid Build Coastguard Worker %0 = load ppc_fp128, ppc_fp128* @a, align 16 ; <ppc_fp128> [#uses=1] 13*9880d681SAndroid Build Coastguard Worker %1 = call ppc_fp128 @llvm.sqrt.ppcf128(ppc_fp128 %0) ; <ppc_fp128> [#uses=1] 14*9880d681SAndroid Build Coastguard Worker store ppc_fp128 %1, ppc_fp128* @a, align 16 15*9880d681SAndroid Build Coastguard Worker %2 = load ppc_fp128, ppc_fp128* @b, align 16 ; <ppc_fp128> [#uses=1] 16*9880d681SAndroid Build Coastguard Worker %3 = call ppc_fp128 @"\01_sinl$LDBL128"(ppc_fp128 %2) nounwind readonly ; <ppc_fp128> [#uses=1] 17*9880d681SAndroid Build Coastguard Worker store ppc_fp128 %3, ppc_fp128* @b, align 16 18*9880d681SAndroid Build Coastguard Worker %4 = load ppc_fp128, ppc_fp128* @c, align 16 ; <ppc_fp128> [#uses=1] 19*9880d681SAndroid Build Coastguard Worker %5 = call ppc_fp128 @"\01_cosl$LDBL128"(ppc_fp128 %4) nounwind readonly ; <ppc_fp128> [#uses=1] 20*9880d681SAndroid Build Coastguard Worker store ppc_fp128 %5, ppc_fp128* @c, align 16 21*9880d681SAndroid Build Coastguard Worker %6 = load ppc_fp128, ppc_fp128* @d, align 16 ; <ppc_fp128> [#uses=1] 22*9880d681SAndroid Build Coastguard Worker %7 = load ppc_fp128, ppc_fp128* @c, align 16 ; <ppc_fp128> [#uses=1] 23*9880d681SAndroid Build Coastguard Worker %8 = call ppc_fp128 @llvm.pow.ppcf128(ppc_fp128 %6, ppc_fp128 %7) ; <ppc_fp128> [#uses=1] 24*9880d681SAndroid Build Coastguard Worker store ppc_fp128 %8, ppc_fp128* @d, align 16 25*9880d681SAndroid Build Coastguard Worker br label %return 26*9880d681SAndroid Build Coastguard Worker 27*9880d681SAndroid Build Coastguard Workerreturn: ; preds = %entry 28*9880d681SAndroid Build Coastguard Worker ret void 29*9880d681SAndroid Build Coastguard Worker} 30*9880d681SAndroid Build Coastguard Worker 31*9880d681SAndroid Build Coastguard Workerdeclare ppc_fp128 @llvm.sqrt.ppcf128(ppc_fp128) nounwind readonly 32*9880d681SAndroid Build Coastguard Worker 33*9880d681SAndroid Build Coastguard Workerdeclare ppc_fp128 @"\01_sinl$LDBL128"(ppc_fp128) nounwind readonly 34*9880d681SAndroid Build Coastguard Worker 35*9880d681SAndroid Build Coastguard Workerdeclare ppc_fp128 @"\01_cosl$LDBL128"(ppc_fp128) nounwind readonly 36*9880d681SAndroid Build Coastguard Worker 37*9880d681SAndroid Build Coastguard Workerdeclare ppc_fp128 @llvm.pow.ppcf128(ppc_fp128, ppc_fp128) nounwind readonly 38*9880d681SAndroid Build Coastguard Worker 39*9880d681SAndroid Build Coastguard Workerdeclare ppc_fp128 @copysignl(ppc_fp128, ppc_fp128) 40*9880d681SAndroid Build Coastguard Worker 41*9880d681SAndroid Build Coastguard Workerdefine ppc_fp128 @cs(ppc_fp128 %from, ppc_fp128 %to) { 42*9880d681SAndroid Build Coastguard Worker %tmp = call ppc_fp128 @copysignl(ppc_fp128 %from, ppc_fp128 %to) 43*9880d681SAndroid Build Coastguard Worker ret ppc_fp128 %tmp 44*9880d681SAndroid Build Coastguard Worker} 45