comparison test/Transforms/InstCombine/2007-10-28-stacksave.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
21 %tmp1314 = zext i32 %tmp5 to i64 ; <i64> [#uses=1] 21 %tmp1314 = zext i32 %tmp5 to i64 ; <i64> [#uses=1]
22 %tmp15 = mul i64 %tmp1314, 32 ; <i64> [#uses=0] 22 %tmp15 = mul i64 %tmp1314, 32 ; <i64> [#uses=0]
23 %tmp17 = mul i32 %tmp5, 4 ; <i32> [#uses=1] 23 %tmp17 = mul i32 %tmp5, 4 ; <i32> [#uses=1]
24 %tmp18 = alloca i8, i32 %tmp17 ; <i8*> [#uses=1] 24 %tmp18 = alloca i8, i32 %tmp17 ; <i8*> [#uses=1]
25 %tmp1819 = bitcast i8* %tmp18 to i32* ; <i32*> [#uses=2] 25 %tmp1819 = bitcast i8* %tmp18 to i32* ; <i32*> [#uses=2]
26 %tmp21 = getelementptr i32* %tmp1819, i32 0 ; <i32*> [#uses=1] 26 %tmp21 = getelementptr i32, i32* %tmp1819, i32 0 ; <i32*> [#uses=1]
27 store i32 1, i32* %tmp21, align 4 27 store i32 1, i32* %tmp21, align 4
28 %tmp2223 = bitcast i32* %tmp1819 to i8* ; <i8*> [#uses=1] 28 %tmp2223 = bitcast i32* %tmp1819 to i8* ; <i8*> [#uses=1]
29 store volatile i8* %tmp2223, i8** @p, align 4 29 store volatile i8* %tmp2223, i8** @p, align 4
30 %tmp25 = add i32 %n.0, 1 ; <i32> [#uses=2] 30 %tmp25 = add i32 %n.0, 1 ; <i32> [#uses=2]
31 %tmp27 = icmp sle i32 %tmp25, 999999 ; <i1> [#uses=1] 31 %tmp27 = icmp sle i32 %tmp25, 999999 ; <i1> [#uses=1]