Displaying 1 result from an estimated 1 matches for "bb69".
Did you mean:
bb6
2008 Nov 07
2
[LLVMdev] CBE errors
...ancel main.ll
main.ll:24:@_ZL22__gthrw_pthread_cancelm = alias weak i32 (i64)*
@pthread_cancel ; <i32 (i64)*> [#uses=1]
main.ll:57: br i1 icmp ne (i8 zext (i1 icmp ne (i32 zext (i1 icmp ne
(i32 (i64)* @_ZL22__gthrw_pthread_cancelm, i32 (i64)* null) to i32),
i32 0) to i8), i8 0), label %bb69, label %bb76
main.ll:120:declare extern_weak i32 @pthread_cancel(i64)
Finally, looking at the preprocessed main.cpp file (before running it
through LLVM), I can see the appropriate declarations for
"pthread_cancel" and its alias. This (mostly) matches the LLVM
representation above...