search for: cond24

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

Did you mean: cond2
2010 Oct 13
4
[LLVMdev] Values have no names when generating *.ll files in clang and llvm 2.8 ?
...well compiling with the -g option, but no names were given. In the release notes it is indicated to use "--show-annotations" to print 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...