diff options
| author | Guillaume Chatelet <gchatelet@google.com> | 2018-09-17 11:09:32 +0000 |
|---|---|---|
| committer | Guillaume Chatelet <gchatelet@google.com> | 2018-09-17 11:09:32 +0000 |
| commit | cd488efe7e55aa3b4b36ab56ca12036b1869bfc4 (patch) | |
| tree | 0de4572d6612e71a540c9ba6cbf1cde39173d6aa /llvm/tools/llvm-exegesis/lib/CMakeLists.txt | |
| parent | 488fd4e6255d6216f2a678d9ac6a184f4e449695 (diff) | |
| download | bcm5719-llvm-cd488efe7e55aa3b4b36ab56ca12036b1869bfc4.tar.gz bcm5719-llvm-cd488efe7e55aa3b4b36ab56ca12036b1869bfc4.zip | |
[llvm-exegesis] Add predefined floating point values so we can test impact of special values on latency.
Summary: This will be useful to generate many configurations and test instruction regimes (NaN, Inf, subnormal, normal).
Reviewers: courbet
Subscribers: mgorny, tschuett, llvm-commits
Differential Revision: https://reviews.llvm.org/D51858
llvm-svn: 342369
Diffstat (limited to 'llvm/tools/llvm-exegesis/lib/CMakeLists.txt')
| -rw-r--r-- | llvm/tools/llvm-exegesis/lib/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/tools/llvm-exegesis/lib/CMakeLists.txt b/llvm/tools/llvm-exegesis/lib/CMakeLists.txt index 17e6a9897e9..345af0008bf 100644 --- a/llvm/tools/llvm-exegesis/lib/CMakeLists.txt +++ b/llvm/tools/llvm-exegesis/lib/CMakeLists.txt @@ -20,6 +20,7 @@ add_library(LLVMExegesis PerfHelper.cpp RegisterAliasing.cpp SnippetGenerator.cpp + RegisterValue.cpp Target.cpp Uops.cpp ) |

