Displaying 2 results from an estimated 2 matches for "scalar11".
Did you mean:
scalar
2011 Jul 23
0
[LLVMdev] RFC: Exception Handling Rewrite
...64 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),
> double %exn.scalar11) optsize
> tail call void @__cxa_end_catch() nounwind
> br label %try.cont
>...
2011 Jul 23
14
[LLVMdev] RFC: Exception Handling Rewrite
...bounds ([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),
double %exn.scalar11) optsize
tail call void @__cxa_end_catch() nounwind
br label %try.cont
try.cont:
ret i3...