This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from b38916079b2 Revert "Add basic loop fusion pass." Per request. new 430cf96dccd [MCA] Moved the bottleneck analysis to its own file. NFCI
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: tools/llvm-mca/CMakeLists.txt | 1 + .../{SummaryView.cpp => BottleneckAnalysis.cpp} | 76 +++------------ .../Views/{SummaryView.h => BottleneckAnalysis.h} | 63 ++++-------- tools/llvm-mca/Views/SummaryView.cpp | 108 +-------------------- tools/llvm-mca/Views/SummaryView.h | 52 +--------- tools/llvm-mca/llvm-mca.cpp | 6 +- 6 files changed, 46 insertions(+), 260 deletions(-) copy tools/llvm-mca/Views/{SummaryView.cpp => BottleneckAnalysis.cpp} (58%) copy tools/llvm-mca/Views/{SummaryView.h => BottleneckAnalysis.h} (61%)