OSDN Git Service

[llvm-exegesis] Add an analysis mode.
authorClement Courbet <courbet@google.com>
Tue, 15 May 2018 12:08:00 +0000 (12:08 +0000)
committerClement Courbet <courbet@google.com>
Tue, 15 May 2018 12:08:00 +0000 (12:08 +0000)
commitfc0362a3f21871a0ad445554e1617e55cd9b78d2
tree62d897aea4f4520cf6752eb60d0f4e6a484f6479
parent51c1b4007db1a9537ba58bea71f11d2d1809a5c4
[llvm-exegesis] Add an analysis mode.

Summary:
The analysis mode gives the user a clustered view of the measurement results.
Next steps are (requires the split ok AsmTemplate.Name into {mnemonic, mode}):
 - Show the sched class.
 - Highlight any inconsistencies with the checked-in data.

Reviewers: gchatelet

Subscribers: mgorny, llvm-commits, tschuett

Differential Revision: https://reviews.llvm.org/D46865

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@332344 91177308-0d34-0410-b5e6-96231b3b80d8
tools/llvm-exegesis/lib/Analysis.cpp [new file with mode: 0644]
tools/llvm-exegesis/lib/Analysis.h [new file with mode: 0644]
tools/llvm-exegesis/lib/CMakeLists.txt
tools/llvm-exegesis/lib/Clustering.cpp
tools/llvm-exegesis/lib/Clustering.h
tools/llvm-exegesis/llvm-exegesis.cpp