Added LoadInstCount, StoreInstCount, MaxLoopDepth, LoopCount
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/lib/Analysis/ML/FunctionPropertiesAnalysis.cpp | ||
---|---|---|
27 ↗ | (On Diff #272327) | move down to line 53 please, short lifetimes are better :) |
50 ↗ | (On Diff #272327) | Style: clang format the code please. |
59 ↗ | (On Diff #272327) | 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) :) |