Added LoadInstCount, StoreInstCount, MaxLoopDepth, LoopCount
Details
Details
Diff Detail
Diff Detail
Event Timeline
llvm/lib/Analysis/ML/FunctionPropertiesAnalysis.cpp | ||
---|---|---|
27 | move down to line 53 please, short lifetimes are better :) | |
50 | Style: clang format the code please. | |
59 | This will not count all loops, only top-level loops. Unclear if we want either or both. Style: you should prefer range loops, e.g., for (Loop &L : LI) :) |
move down to line 53 please, short lifetimes are better :)