blob: 3e52dff2a876f82d076cfeda03a9684a02e7ab5b [file] [log] [blame]
Dan Gohman18800922009-09-11 18:01:28 +00001; RUN: opt < %s -loop-reduce -disable-output
Chris Lattner9b2efaf2005-08-17 21:21:47 +00002
Tanya Lattnerab7872c2008-03-19 07:28:33 +00003define i32 @image_to_texture(i32 %indvar454) {
Chris Lattner9b2efaf2005-08-17 21:21:47 +00004loopentry.1.outer:
Tanya Lattnerab7872c2008-03-19 07:28:33 +00005 %j.2.1.ph = bitcast i32 %indvar454 to i32 ; <i32> [#uses=1]
Chris Lattner9b2efaf2005-08-17 21:21:47 +00006 br label %loopentry.1
Tanya Lattnerab7872c2008-03-19 07:28:33 +00007loopentry.1: ; preds = %loopentry.1, %loopentry.1.outer
8 %i.3 = phi i32 [ 0, %loopentry.1.outer ], [ %i.3.be, %loopentry.1 ] ; <i32> [#uses=2]
David Blaikiea79ac142015-02-27 21:17:42 +00009 %tmp.390 = load i32, i32* null ; <i32> [#uses=1]
Tanya Lattnerab7872c2008-03-19 07:28:33 +000010 %tmp.392 = mul i32 %tmp.390, %j.2.1.ph ; <i32> [#uses=1]
11 %tmp.394 = add i32 %tmp.392, %i.3 ; <i32> [#uses=1]
12 %i.3.be = add i32 %i.3, 1 ; <i32> [#uses=1]
13 br i1 false, label %loopentry.1, label %label.6
14label.6: ; preds = %loopentry.1
15 ret i32 %tmp.394
Chris Lattner9b2efaf2005-08-17 21:21:47 +000016}
Tanya Lattnerab7872c2008-03-19 07:28:33 +000017