This is an archive of the discontinued LLVM Phabricator instance.

[llvm-exegesis][NFC] Make SnippetGenerator a pure virtual interface.
AbandonedPublic

Authored by gchatelet on Oct 11 2018, 4:46 AM.

Details

Reviewers
courbet
Summary

The purpose of this change is too have many different Snippet Generators for Latency. This allows for testing several snippets for the same instruction. The end goal is: many simple generators that describe what they're doing and how to interpret the resulting measure.

Diff Detail

Event Timeline

gchatelet created this revision.Oct 11 2018, 4:46 AM
gchatelet abandoned this revision.Oct 12 2018, 2:45 AM

As discussed let's drop this change and return many CodeTemplate instead of a single one, moving the informations into CodeTemplate.