search for: l_exit

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

Did you mean: __exit
2014 Feb 19
2
[LLVMdev] better code for IV
...inbounds float* %c, i64 %idxprom store float %add, float* %arrayidx4, align 4 %L_inc_ind_var = add nuw nsw i64 %L_ind_var, 1 %L_cmp.to.max = icmp eq i64 %L_inc_ind_var, %iNumElements %L_inc_tid = add nuw nsw i64 %L_tid, 1 br i1 %L_cmp.to.max, label %L_exit, label %L_entry L_exit: ; preds = %L_entry br label %2 ; <label>:2 ; preds = %L_exit ret void } And after going through all passes before code generation it becomes:...