This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 3e6388c561e [RegAllocGreedy] Take last chance recoloring into account i [...] new a41ebf8db9d [llvm-exegesis] Opcode stabilization / reclusterization (PR40715)
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: docs/CommandGuide/llvm-exegesis.rst | 7 ++ .../X86/analysis-cluster-stabilization.test | 82 +++++++++++++++++ tools/llvm-exegesis/lib/Analysis.cpp | 14 ++- tools/llvm-exegesis/lib/Analysis.h | 5 +- tools/llvm-exegesis/lib/BenchmarkResult.h | 2 + tools/llvm-exegesis/lib/Clustering.cpp | 101 ++++++++++++++++++++- tools/llvm-exegesis/lib/Clustering.h | 28 ++++-- tools/llvm-exegesis/llvm-exegesis.cpp | 18 +++- 8 files changed, 241 insertions(+), 16 deletions(-) create mode 100644 test/tools/llvm-exegesis/X86/analysis-cluster-stabilization.test