[PATCH] D72928: [llvm-exegesis][NFC] Disassociate snippet generators from benchmark runners

Miloš Stojanović via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 20 06:54:46 PST 2020


mstojanovic updated this revision to Diff 239114.
mstojanovic marked an inline comment as done.
mstojanovic edited the summary of this revision.
mstojanovic added a comment.

Added includes for `vector`, `iota` and `shuffle`.
Renamed `writeUopsSnippetHtml()` -> `writeParallelSnippetHtml()`.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D72928/new/

https://reviews.llvm.org/D72928

Files:
  llvm/tools/llvm-exegesis/lib/AArch64/Target.cpp
  llvm/tools/llvm-exegesis/lib/Analysis.cpp
  llvm/tools/llvm-exegesis/lib/CMakeLists.txt
  llvm/tools/llvm-exegesis/lib/Latency.cpp
  llvm/tools/llvm-exegesis/lib/Latency.h
  llvm/tools/llvm-exegesis/lib/LatencyBenchmarkRunner.cpp
  llvm/tools/llvm-exegesis/lib/LatencyBenchmarkRunner.h
  llvm/tools/llvm-exegesis/lib/Mips/Target.cpp
  llvm/tools/llvm-exegesis/lib/ParallelSnippetGenerator.cpp
  llvm/tools/llvm-exegesis/lib/ParallelSnippetGenerator.h
  llvm/tools/llvm-exegesis/lib/PowerPC/Target.cpp
  llvm/tools/llvm-exegesis/lib/SerialSnippetGenerator.cpp
  llvm/tools/llvm-exegesis/lib/SerialSnippetGenerator.h
  llvm/tools/llvm-exegesis/lib/Target.cpp
  llvm/tools/llvm-exegesis/lib/Target.h
  llvm/tools/llvm-exegesis/lib/Uops.cpp
  llvm/tools/llvm-exegesis/lib/Uops.h
  llvm/tools/llvm-exegesis/lib/UopsBenchmarkRunner.cpp
  llvm/tools/llvm-exegesis/lib/UopsBenchmarkRunner.h
  llvm/tools/llvm-exegesis/lib/X86/Target.cpp
  llvm/unittests/tools/llvm-exegesis/Mips/SnippetGeneratorTest.cpp
  llvm/unittests/tools/llvm-exegesis/X86/SnippetGeneratorTest.cpp
  llvm/unittests/tools/llvm-exegesis/X86/SnippetRepetitorTest.cpp
  llvm/unittests/tools/llvm-exegesis/X86/TestBase.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D72928.239114.patch
Type: text/x-patch
Size: 36273 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200120/eb1ba61b/attachment.bin>


More information about the llvm-commits mailing list