Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [llvm-mca] run clang-format on all files. | Andrea Di Biagio | 2018-03-24 | 1 | -1/+0 |
| | | | | | | This also addresses Simon's review comment in D44839. llvm-svn: 328428 | ||||
* | [llvm-mca] Split the InstructionInfoView from the SummaryView. | Andrea Di Biagio | 2018-03-23 | 1 | -56/+4 |
| | | | | llvm-svn: 328358 | ||||
* | [llvm-mca] Remove the logic that computes the reciprocal throughput, and ↵ | Andrea Di Biagio | 2018-03-13 | 1 | -15/+26 |
| | | | | | | | | | | | | | | | | | make the SummaryView independent from the Backend. NFCI Since r327420, the tool can query the MCSchedModel interface to obtain the reciprocal throughput information. As a consequence, method `ResourceManager::getRThroughput`, and method `Backend::getRThroughput` are no longer needed. This patch simplifies the code by removing the custom RThroughput computation. This patch also refactors class SummaryView by removing the dependency with the Backend object. No functional change intended. llvm-svn: 327425 | ||||
* | [llvm-mca] Move the logic that prints the summary into its own view. NFCI | Andrea Di Biagio | 2018-03-09 | 1 | -0/+83 |
llvm-svn: 327128 |