This is an archive of the discontinued LLVM Phabricator instance.

[llvm-exegesis] Use BenchmarkResult::Instructions instead of OpcodeName
ClosedPublic

Authored by courbet on Jun 13 2018, 6:20 AM.

Details

Summary

Get rid of OpcodeName.

To remove the opcode name from an old file:

cat old_file | sed '/opcode_name.*/d'

Diff Detail

Event Timeline

courbet created this revision.Jun 13 2018, 6:20 AM
courbet updated this revision to Diff 151143.Jun 13 2018, 6:22 AM

fix comment

gchatelet accepted this revision.Jun 13 2018, 6:28 AM
gchatelet added inline comments.
tools/llvm-exegesis/lib/Analysis.cpp
194

Unneeded braces.

This revision is now accepted and ready to land.Jun 13 2018, 6:28 AM
courbet updated this revision to Diff 151146.Jun 13 2018, 6:29 AM
courbet marked an inline comment as done.

address review comments

This revision was automatically updated to reflect the committed changes.