This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from e50e52860b2 [PGO] add target md5sum in warning message for icall new ac55a7fc752 [llvm-mca] Move the ResourceManger from the Scheduler into [...] new 17e5e8506c6 [CVP] Extend tests to illustrate an old patch isn't needed
The 2 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: .../Transforms/CorrelatedValuePropagation/range.ll | 42 +++ tools/llvm-mca/CMakeLists.txt | 1 + .../{Scheduler.cpp => ResourceManager.cpp} | 239 +-------------- tools/llvm-mca/{Scheduler.h => ResourceManager.h} | 201 +----------- tools/llvm-mca/Scheduler.cpp | 284 ----------------- tools/llvm-mca/Scheduler.h | 339 +-------------------- 6 files changed, 62 insertions(+), 1044 deletions(-) copy tools/llvm-mca/{Scheduler.cpp => ResourceManager.cpp} (56%) copy tools/llvm-mca/{Scheduler.h => ResourceManager.h} (63%)