Displaying 1 result from an estimated 1 matches for "v2_int_".
2015 Apr 19
2
[LLVMdev] remove redundant load by GVN() does not work
...i32* %9
%11 = icmp sgt i32 %10, %v6_int_34
br i1 %11, label %cond_4, label %cond_4_else1
cond_4_else1: ; preds = %cond_4_else
%a3 = load i32** @a
%v43 = load i32* %v4
%12 = getelementptr i32* %a3, i32 %v43
%13 = load i32* %12
%v5_int_42 = srem i32 %v2_int_.0, %13
%14 = icmp eq i32 %v5_int_42, 0
br i1 %14, label %cond_4_else2, label %cond_4
************************************************************************
(I change the variable's name a little bit for the first four instructions
in each BB because the name of variables in my original I...