You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Given example like:
%ptrBC = bitcast i8 addrspace(1)* %printfBuffer to i32 addrspace(1)*
%write_offset = call i32 @__builtin_IB_atomic_add_global_i32(i32 addrspace(1)* %ptrBC, i32 12)
Whether ptrBC is 64bit should depends on its type instead of PointerSize of DataLayout.
0 commit comments