[PATCH] D57000: [llvm-exegesis] Add throughput mode.

Clement Courbet via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 21 00:36:43 PST 2019


courbet created this revision.
courbet added a reviewer: gchatelet.
Herald added a subscriber: tschuett.

This just uses the latency benchmark runner on the parallel uops snippet
generator.

Fixes PR37698.


Repository:
  rL LLVM

https://reviews.llvm.org/D57000

Files:
  docs/CommandGuide/llvm-exegesis.rst
  test/tools/llvm-exegesis/X86/inverse_throughput-by-opcode-name.s
  tools/llvm-exegesis/lib/BenchmarkResult.cpp
  tools/llvm-exegesis/lib/BenchmarkResult.h
  tools/llvm-exegesis/lib/BenchmarkRunner.h
  tools/llvm-exegesis/lib/Latency.cpp
  tools/llvm-exegesis/lib/Latency.h
  tools/llvm-exegesis/lib/Target.cpp
  tools/llvm-exegesis/lib/Target.h
  tools/llvm-exegesis/llvm-exegesis.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D57000.182748.patch
Type: text/x-patch
Size: 10137 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190121/a9d88a56/attachment.bin>


More information about the llvm-commits mailing list