[PATCH] D53133: [llvm-exegesis][NFC] Make SnippetGenerator a pure virtual interface.
Guillaume Chatelet via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 11 04:46:52 PDT 2018
gchatelet created this revision.
gchatelet added a reviewer: courbet.
Herald added subscribers: llvm-commits, tschuett.
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.
Repository:
rL LLVM
https://reviews.llvm.org/D53133
Files:
tools/llvm-exegesis/lib/Latency.h
tools/llvm-exegesis/lib/SnippetGenerator.cpp
tools/llvm-exegesis/lib/SnippetGenerator.h
tools/llvm-exegesis/lib/Uops.h
tools/llvm-exegesis/lib/X86/Target.cpp
tools/llvm-exegesis/llvm-exegesis.cpp
unittests/tools/llvm-exegesis/X86/SnippetGeneratorTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D53133.169191.patch
Type: text/x-patch
Size: 14562 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181011/17ea87d0/attachment.bin>
More information about the llvm-commits
mailing list