This is an archive of the discontinued LLVM Phabricator instance.

[llvm-exegesis] Support analyzing results from a different target.
ClosedPublic

Authored by courbet on Sep 12 2022, 6:58 AM.

Details

Summary

We were using the native triple to parse the benchmarks. Use the triple
from the benchmarks file.

Right now this still only allows analyzing files produced by the current
target until D133605 is in.

This also makes the Analysis class much less ad-hoc.

Diff Detail

Event Timeline

courbet created this revision.Sep 12 2022, 6:58 AM
Herald added a project: Restricted Project. · View Herald TranscriptSep 12 2022, 6:58 AM
Herald added a subscriber: mstojanovic. · View Herald Transcript
courbet requested review of this revision.Sep 12 2022, 6:58 AM
Herald added a project: Restricted Project. · View Herald TranscriptSep 12 2022, 6:58 AM

reverse ping - anything preventing landing this?

This revision is now accepted and ready to land.Sep 22 2022, 2:03 AM
This revision was landed with ongoing or failed builds.Sep 22 2022, 2:11 AM
This revision was automatically updated to reflect the committed changes.