Displaying 1 result from an estimated 1 matches for "tmp1822".
Did you mean:
tmp182
2007 Aug 25
2
[LLVMdev] constructing 'for' statement from LLVM bitcode
...}
-----------------------------------------------------------
LLVM bitcode is emitted like this:
-----------------------------------------------------------
void %bsloop(int %n, int %pM, %struct.Params* %ps) {
entry:
%pM = cast int %pM to uint ; <uint> [#uses=1]
%tmp1822 = setgt int %pM, 0 ; <bool> [#uses=1]
br bool %tmp1822, label %bb9.outer, label %return
bb9.outer: ; preds = %bb12, %entry
%indvar23 = phi uint [ 0, %entry ], [ %indvar.next24, %bb12 ] ; <uint> [#uses=1]
br label %bb9
bb1:...