This is an archive of the discontinued LLVM Phabricator instance.

[llvm-exegesis] Analysis: Show value extents.
ClosedPublic

Authored by courbet on May 24 2018, 5:05 AM.

Diff Detail

Event Timeline

courbet created this revision.May 24 2018, 5:05 AM
gchatelet accepted this revision.May 24 2018, 5:36 AM
gchatelet added inline comments.
tools/llvm-exegesis/lib/Analysis.cpp
203

Move this outside the loop then you can shorten MeasurementStats declaration.

210

As discussed let's use something like insert or push instead of accumulate.

This revision is now accepted and ready to land.May 24 2018, 5:36 AM
courbet updated this revision to Diff 148390.May 24 2018, 5:40 AM

s/accumulate/push

courbet marked an inline comment as done.May 24 2018, 5:40 AM

Thanks.

tools/llvm-exegesis/lib/Analysis.cpp
203

I varies in this loop :)

This revision was automatically updated to reflect the committed changes.