Displaying 3 results from an estimated 3 matches for "tp33192112p33760679".
2012 Apr 27
1
[LLVMdev] clang branching using label
...> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
>
>
--
View this message in context: http://old.nabble.com/clang-branching-using-label-tp33192112p33760679.html
Sent from the LLVM - Dev mailing list archive at Nabble.com.
2012 Jan 24
0
[LLVMdev] clang branching using label
Hi Chris,
> Clang normally generates code that looks like
>
> ....
> ;<label>:22 ; preds = %0
> %23 = call i32 (i8*, ...)* @printf(i8* getelementptr inbounds ([24 x i8]*
> @.str, i32 0, i32 0))
> br label %24
>
> ;<label>:24 ; preds = %22, %0
> %25 = load i32* %tmphigh,
2012 Jan 23
3
[LLVMdev] clang branching using label
Hi,
Clang normally generates code that looks like
....
; <label>:22 ; preds = %0
%23 = call i32 (i8*, ...)* @printf(i8* getelementptr inbounds ([24 x i8]*
@.str, i32 0, i32 0))
br label %24
; <label>:24 ; preds = %22, %0
%25 = load i32* %tmphigh, align 4
%26 = and i32 %25, 65535
store i32 %26, i32*