This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from cb762f1f3dd [SelectionDAG] Improve the legalisation lowering of UMULO. new 8744f36d0bb [llvm-mca] Refactor how execution is orchestrated by the Pipeline.
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/Context.cpp | 22 +++++++-------- tools/llvm-mca/DispatchStage.cpp | 32 ++++++++++++--------- tools/llvm-mca/DispatchStage.h | 30 +++++++------------- tools/llvm-mca/ExecuteStage.cpp | 37 ++++++++++++++++++------ tools/llvm-mca/ExecuteStage.h | 9 ++---- tools/llvm-mca/FetchStage.cpp | 46 ++++++++++++++++++++++++------ tools/llvm-mca/FetchStage.h | 12 ++++++-- tools/llvm-mca/InstructionTables.cpp | 4 +-- tools/llvm-mca/InstructionTables.h | 6 ++-- tools/llvm-mca/Pipeline.cpp | 55 +++++++++++------------------------- tools/llvm-mca/Pipeline.h | 6 +--- tools/llvm-mca/RetireStage.cpp | 5 ++++ tools/llvm-mca/RetireStage.h | 3 +- tools/llvm-mca/Stage.h | 53 ++++++++++++++++------------------ 14 files changed, 171 insertions(+), 149 deletions(-)