This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from b6bb254aa4b [SelectionDAG] Add 2 tests for selection across basic blocks new 98ccb482640 [llvm-exegesis] Introduce a 'naive' clustering algorithm (PR40880)
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 | 9 +- .../X86/analysis-clustering-algorithms.test | 231 +++++++++++++++++++++ .../X86/analysis-naive-cluster-stabilization.test | 63 ++++++ ...ion.test => analysis-naive-clusterization.test} | 42 ++-- ...luster-for-ops-in-different-sched-clusters.test | 54 +++++ tools/llvm-exegesis/lib/Analysis.cpp | 12 +- tools/llvm-exegesis/lib/Analysis.h | 12 +- tools/llvm-exegesis/lib/Clustering.cpp | 109 +++++++++- tools/llvm-exegesis/lib/Clustering.h | 37 +++- tools/llvm-exegesis/llvm-exegesis.cpp | 22 +- unittests/tools/llvm-exegesis/ClusteringTest.cpp | 17 +- 11 files changed, 559 insertions(+), 49 deletions(-) create mode 100644 test/tools/llvm-exegesis/X86/analysis-clustering-algorithms.test create mode 100644 test/tools/llvm-exegesis/X86/analysis-naive-cluster-stabilization.test copy test/tools/llvm-exegesis/X86/{analysis-cluster-stabilization.test => analysis [...] create mode 100644 test/tools/llvm-exegesis/X86/analysis-same-cluster-for-ops-in-d [...]