summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-exegesis/lib/CMakeLists.txt
diff options
context:
space:
mode:
authorClement Courbet <courbet@google.com>2018-05-17 10:52:18 +0000
committerClement Courbet <courbet@google.com>2018-05-17 10:52:18 +0000
commit0e69e2d74739a119a78d131c29b92c25787ec2f3 (patch)
treec808110b4a710daf2bed231cc96e1e3af1558294 /llvm/tools/llvm-exegesis/lib/CMakeLists.txt
parentceb4933dc1dc4e769ea9e1752a8cb8425de09002 (diff)
downloadbcm5719-llvm-0e69e2d74739a119a78d131c29b92c25787ec2f3.tar.gz
bcm5719-llvm-0e69e2d74739a119a78d131c29b92c25787ec2f3.zip
reland r332579: [llvm-exegesis] Update to cover latency through another opcode.
Restructuring the code to measure latency and uops. The end goal is to have this program spawn another process to deal with SIGILL and other malformed programs. It is not yet the case in this redesign, it is still the main program that runs the code (and may crash). It now uses BitVector instead of Graph for performance reasons. https://reviews.llvm.org/D46821 (with fixed ARM tests) Authored by Guillaume Chatelet llvm-svn: 332592
Diffstat (limited to 'llvm/tools/llvm-exegesis/lib/CMakeLists.txt')
-rw-r--r--llvm/tools/llvm-exegesis/lib/CMakeLists.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/tools/llvm-exegesis/lib/CMakeLists.txt b/llvm/tools/llvm-exegesis/lib/CMakeLists.txt
index fae0bcda953..b326757fb6b 100644
--- a/llvm/tools/llvm-exegesis/lib/CMakeLists.txt
+++ b/llvm/tools/llvm-exegesis/lib/CMakeLists.txt
@@ -1,15 +1,15 @@
add_library(LLVMExegesis
STATIC
Analysis.cpp
+ Assembler.cpp
BenchmarkResult.cpp
BenchmarkRunner.cpp
Clustering.cpp
- InMemoryAssembler.cpp
- InstructionSnippetGenerator.cpp
Latency.cpp
LlvmState.cpp
- OperandGraph.cpp
+ MCInstrDescView.cpp
PerfHelper.cpp
+ RegisterAliasing.cpp
Uops.cpp
X86.cpp
)
OpenPOWER on IntegriCloud