Advertisement
kkubak

Untitled

Oct 8th, 2020 (edited)
1,825
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
LLVM 0.72 KB | None | 0 0
  1. ; Node 2, g.out_neighbors_ builder.h : 192  
  2.    9845   %num_nodes_.i = getelementptr inbounds %class.BuilderBase, %class.BuilderBase* %this, i64 0, i32 3
  3.    9846   %1 = load i64, i64* %num_nodes_.i, align 8, !tbaa !87, !noalias !193
  4.    9847   %2 = tail call { i64, i1 } @llvm.umul.with.overflow.i64(i64 %1, i64 4) #7
  5.    9848   %3 = extractvalue { i64, i1 } %2, 1
  6.    9849   %4 = extractvalue { i64, i1 } %2, 0
  7.    9850   %5 = select i1 %3, i64 -1, i64 %4
  8.    9851   %call.i.i.i = tail call noalias nonnull i8* @_Znam(i64 %5) #20, !noalias !193
  9.    9852   %6 = bitcast i8* %call.i.i.i to i32*
  10.    9853   %7 = bitcast %class.pvector* %degrees to i8**
  11.    9854   store i8* %call.i.i.i, i8** %7, align 8, !tbaa !37, !alias.scope !193
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement