Displaying 2 results from an estimated 2 matches for "cont20".
Did you mean:
cont2
2011 Jul 23
0
[LLVMdev] RFC: Exception Handling Rewrite
...load i32* %tmp1, align 4
> %call = tail call i32 (i8*, ...)* @printf(i8* getelementptr inbounds ([19 x i8]* @.str, i64 0, i64 0),
> i32 %exn.scalar) optsize
> tail call void @__cxa_end_catch() nounwind
> br label %try.cont
>
> invoke.cont20:
> %tmp2 = tail call i8* @__cxa_begin_catch(i8* %exn) nounwind
> %tmp3 = bitcast i8* %tmp2 to double*
> %exn.scalar11 = load double* %tmp3, align 8
> %call21 = tail call i32 (i8*, ...)* @printf(i8* getelementptr inbounds ([18 x i8]* @.str1, i64 0, i64 0),
>...
2011 Jul 23
14
[LLVMdev] RFC: Exception Handling Rewrite
...p0 to i32*
%exn.scalar = load i32* %tmp1, align 4
%call = tail call i32 (i8*, ...)* @printf(i8* getelementptr inbounds ([19 x i8]* @.str, i64 0, i64 0),
i32 %exn.scalar) optsize
tail call void @__cxa_end_catch() nounwind
br label %try.cont
invoke.cont20:
%tmp2 = tail call i8* @__cxa_begin_catch(i8* %exn) nounwind
%tmp3 = bitcast i8* %tmp2 to double*
%exn.scalar11 = load double* %tmp3, align 8
%call21 = tail call i32 (i8*, ...)* @printf(i8* getelementptr inbounds ([18 x i8]* @.str1, i64 0, i64 0),...