This is an archive of the discontinued LLVM Phabricator instance.

[llvm-exegesis] Serializes registers initial values.
ClosedPublic

Authored by gchatelet on Sep 25 2018, 5:34 AM.

Details

Summary

Adds the registers initial values to the YAML output of llvm-exegesis.

Diff Detail

Repository
rL LLVM

Event Timeline

gchatelet created this revision.Sep 25 2018, 5:34 AM
courbet accepted this revision.Sep 25 2018, 6:47 AM
courbet added inline comments.
tools/llvm-exegesis/lib/BenchmarkResult.cpp
215 ↗(On Diff #166858)

please add a comment

tools/llvm-exegesis/lib/BenchmarkResult.h
19 ↗(On Diff #166858)

BenchmarkCode.h

This revision is now accepted and ready to land.Sep 25 2018, 6:47 AM
gchatelet updated this revision to Diff 166885.Sep 25 2018, 7:16 AM
gchatelet marked 2 inline comments as done.
  • Address comments.
gchatelet updated this revision to Diff 166920.Sep 25 2018, 8:13 AM
  • Address comments.
  • Also add lit tests
This revision was automatically updated to reflect the committed changes.