[PATCH] D51858: [llvm-exegesis] Add predefined floating point values so we can test impact of special values on latency.

Guillaume Chatelet via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 10 08:15:53 PDT 2018


gchatelet created this revision.
gchatelet added a reviewer: courbet.
Herald added subscribers: llvm-commits, tschuett, mgorny.

This will be useful to generate many configurations and test instruction regimes (NaN, Inf, subnormal, normal).


Repository:
  rL LLVM

https://reviews.llvm.org/D51858

Files:
  tools/llvm-exegesis/lib/CMakeLists.txt
  tools/llvm-exegesis/lib/RegisterValue.cpp
  tools/llvm-exegesis/lib/RegisterValue.h
  unittests/tools/llvm-exegesis/CMakeLists.txt
  unittests/tools/llvm-exegesis/RegisterValueTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D51858.164674.patch
Type: text/x-patch
Size: 6058 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180910/648e721d/attachment.bin>


More information about the llvm-commits mailing list