Screenshot in phabricator diff.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
tools/llvm-exegesis/lib/Analysis.cpp | ||
---|---|---|
175 ↗ | (On Diff #148410) | 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 ↗ | (On Diff #148410) | 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 ↗ | (On Diff #148410) | Same here. |
tools/llvm-exegesis/lib/Analysis.cpp | ||
---|---|---|
309 ↗ | (On Diff #148552) | Bring last word on the same line. |
468 ↗ | (On Diff #148552) | Can you describe what Dense and Sparse pressure are? |
485 ↗ | (On Diff #148552) | algorithm |
489 ↗ | (On Diff #148552) | Running an example of help understand the algorithm here. |
500 ↗ | (On Diff #148552) | This pattern appears quite often in the next few lines DensePressure[Subunits[XXX]]. const auto getPressureForSubUnit = [](...){...}; Or an object to encapsulate the logic? |
510 ↗ | (On Diff #148552) | How about using a function instead of this big body? |
tools/llvm-exegesis/lib/Analysis.cpp | ||
---|---|---|
493 ↗ | (On Diff #149458) | budget |