blob: 1ea7eaa2522b1e9acf81f1bdb936ba457230606a [file] [log] [blame]
Dan Gohmanb1e1e822009-09-08 16:50:01 +00001; RUN: opt %s -indvars
Evan Cheng88f2d6c2008-11-25 19:00:29 +00002
3define void @t() nounwind {
4entry:
5 br label %bb23.i91
6
7bb23.i91: ; preds = %bb23.i91, %entry
8 %result.0.i89 = phi ppc_fp128 [ 0xM00000000000000000000000000000000, %entry ], [ %0, %bb23.i91 ] ; <ppc_fp128> [#uses=2]
Dan Gohmanae3a0be2009-06-04 22:49:04 +00009 %0 = fmul ppc_fp128 %result.0.i89, %result.0.i89 ; <ppc_fp128> [#uses=1]
Evan Cheng88f2d6c2008-11-25 19:00:29 +000010 br label %bb23.i91
11}