Displaying 1 result from an estimated 1 matches for "cond_4_else2".
Did you mean:
cond_4_else
2015 Apr 19
2
[LLVMdev] remove redundant load by GVN() does not work
..._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 IR has a long.)
Regards
Xiangyang
-------------- next part --------------...