search for: cond_1_else

Displaying 1 result from an estimated 1 matches for "cond_1_else".

2015 Apr 19
2
[LLVMdev] remove redundant load by GVN() does not work
...quot;Passes.run(*myModule)". It seems GVN does not remove the redundant instructions. Can anyone give me a hint what's going on here? Any hint is appreciable. ********************************************************************* cond_3: ; preds = %cond_1_else %a1 = load i32** @a %v41 = load i32* %v4 %6 = getelementptr i32* %a1, i32 %v41 %7 = load i32* %6 %8 = icmp slt i32 %7, 1 br i1 %8, label %cond_4, label %cond_4_else cond_4_else: ; preds = %cond_3 %a2 = load i32** @a %v42 = load i32* %v4 %9 = g...