comparison test/Analysis/BasicAA/underlying-value.ll @ 95:afa8332a0e37 LLVM3.8

LLVM 3.8
author Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp>
date Tue, 13 Oct 2015 17:48:58 +0900
parents 95c75e76d11b
children
comparison
equal deleted inserted replaced
84:f3e34b893a5f 95:afa8332a0e37
12 12
13 for.cond2: ; preds = %for.body5, %for.cond 13 for.cond2: ; preds = %for.body5, %for.cond
14 br i1 false, label %for.body5, label %for.cond 14 br i1 false, label %for.body5, label %for.cond
15 15
16 for.body5: ; preds = %for.cond2 16 for.body5: ; preds = %for.cond2
17 %arrayidx = getelementptr inbounds [2 x i64]* undef, i32 0, i64 0 17 %arrayidx = getelementptr inbounds [2 x i64], [2 x i64]* undef, i32 0, i64 0
18 %tmp7 = load i64* %arrayidx, align 8 18 %tmp7 = load i64, i64* %arrayidx, align 8
19 %arrayidx9 = getelementptr inbounds [2 x i64]* undef, i32 0, i64 undef 19 %arrayidx9 = getelementptr inbounds [2 x i64], [2 x i64]* undef, i32 0, i64 undef
20 %tmp10 = load i64* %arrayidx9, align 8 20 %tmp10 = load i64, i64* %arrayidx9, align 8
21 br label %for.cond2 21 br label %for.cond2
22 22
23 for.end22: ; preds = %for.cond 23 for.end22: ; preds = %for.cond
24 ret void 24 ret void
25 } 25 }