Displaying 2 results from an estimated 2 matches for "eh_typeid55".
Did you mean:
eh_typeid
2009 Nov 24
0
[LLVMdev] RFC: New Exception Handling Proposal
...i8* @_ZTIi,
> i8* @_ZTIPKc,
> i8* null)
> %eh_typeid = tail call i32 @llvm.eh.typeid.for( @_ZTIi )
> %6 = icmp eq i32 %eh_select27, %eh_typeid
> br i1 %6, label %bb1, label %ppad
>
> ppad:
> %eh_typeid55 = tail call i32 @llvm.eh.typeid.for( @_ZTIPKc )
> %7 = icmp eq i32 %eh_select27, %eh_typeid55
> %8 = tail call i8* @__cxa_begin_catch(i8* %eh_ptr) nounwind
> br i1 %7, label %bb2, label %bb3
>
> bb1:
> ;; printf("i == %d\n", i)
> ret void
&...
2009 Nov 18
11
[LLVMdev] RFC: New Exception Handling Proposal
...* @__gxx_personality_v0,
i8* @_ZTIi,
i8* @_ZTIPKc,
i8* null)
%eh_typeid = tail call i32 @llvm.eh.typeid.for( @_ZTIi )
%6 = icmp eq i32 %eh_select27, %eh_typeid
br i1 %6, label %bb1, label %ppad
ppad:
%eh_typeid55 = tail call i32 @llvm.eh.typeid.for( @_ZTIPKc )
%7 = icmp eq i32 %eh_select27, %eh_typeid55
%8 = tail call i8* @__cxa_begin_catch(i8* %eh_ptr) nounwind
br i1 %7, label %bb2, label %bb3
bb1:
;; printf("i == %d\n", i)
ret void
bb2:
;; printf("s ==...