blob: 305546ba77f9f60032ad23250580b4d5841cb822 [file] [log] [blame]
Dan Gohman18800922009-09-11 18:01:28 +00001; RUN: opt < %s -basicaa -aa-eval -disable-output 2>/dev/null
Chris Lattner43876ae52003-06-02 04:58:23 +00002
Tanya Lattnerf865dcd2008-02-14 06:56:27 +00003define i32 @MTConcat([3 x i32]* %a.1) {
David Blaikie79e6c742015-02-27 19:29:02 +00004 %tmp.961 = getelementptr [3 x i32], [3 x i32]* %a.1, i64 0, i64 4
Tanya Lattnerf865dcd2008-02-14 06:56:27 +00005 %tmp.97 = load i32* %tmp.961
David Blaikie79e6c742015-02-27 19:29:02 +00006 %tmp.119 = getelementptr [3 x i32], [3 x i32]* %a.1, i64 1, i64 0
Tanya Lattnerf865dcd2008-02-14 06:56:27 +00007 %tmp.120 = load i32* %tmp.119
David Blaikie79e6c742015-02-27 19:29:02 +00008 %tmp.1541 = getelementptr [3 x i32], [3 x i32]* %a.1, i64 0, i64 4
Tanya Lattnerf865dcd2008-02-14 06:56:27 +00009 %tmp.155 = load i32* %tmp.1541
10 ret i32 0
Chris Lattner43876ae52003-06-02 04:58:23 +000011}