search for: cmp26

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

Did you mean: cmp2
2010 Oct 13
4
[LLVMdev] Values have no names when generating *.ll files in clang and llvm 2.8 ?
...int the number of uses. Is there something similar for assigning names to values, as in the previous llvm versions? I prefer the version from llvm 2.7 : do.cond24: ; preds = %if.end %tmp25 = load i32* %i ; <i32> [#uses=1] %cmp26 = icmp ult i32 %tmp25, 20 ; <i1> [#uses=1] br i1 %cmp26, label %land.lhs.true, label %land.end than llvm 2.8 : ; <label>:9 ; preds = %56, %0 %10 = load i32* %k, align 4 %11 = icmp ult i32 %10, 5 br i1 %11, label %12, label %...