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