summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-exegesis/lib/RegisterValue.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix "not all control paths return a value" MSVC warning. NFCI.Simon Pilgrim2018-09-171-0/+1
| | | | llvm-svn: 342394
* [llvm-exegesis] Add predefined floating point values so we can test impact ↵Guillaume Chatelet2018-09-171-0/+48
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
OpenPOWER on IntegriCloud