Screenshot in phabricator diff.
Details
Diff Detail
- Repository
- rL LLVM
- Build Status
Buildable 18584 Build 18584: arc lint + arc unit
Event Timeline
tools/llvm-exegesis/lib/Analysis.cpp | ||
---|---|---|
175–176 | Please use llvm::sort instead of std::sort. See https://llvm.org/docs/CodingStandards.html#beware-of-non-deterministic-sorting-order-of-equal-elements. | |
469 | Please use llvm::sort instead of std::sort. See https://llvm.org/docs/CodingStandards.html#beware-of-non-deterministic-sorting-order-of-equal-elements. | |
492 | Same here. |
tools/llvm-exegesis/lib/Analysis.cpp | ||
---|---|---|
309 | Bring last word on the same line. | |
468 | Can you describe what Dense and Sparse pressure are? | |
485 | algorithm | |
489 | Running an example of help understand the algorithm here. | |
500 | This pattern appears quite often in the next few lines DensePressure[Subunits[XXX]]. const auto getPressureForSubUnit = [](...){...}; Or an object to encapsulate the logic? | |
510 | How about using a function instead of this big body? |
tools/llvm-exegesis/lib/Analysis.cpp | ||
---|---|---|
494 | budget |
Please use llvm::sort instead of std::sort. See https://llvm.org/docs/CodingStandards.html#beware-of-non-deterministic-sorting-order-of-equal-elements.