[PATCH] D52041: [llvm-exegesis][NFC] Remove dead parameter.

Clement Courbet via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 13 08:30:58 PDT 2018


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

[llvm-exegesis] Allow benchmarking arbitrary code snippets.

This is a step towards fixing PR38048.

Note that right now the measurements are given per instruction. We'll
need to give measurements a per code snippet and update the analysis (PR38731).


Repository:
  rL LLVM

https://reviews.llvm.org/D52041

Files:
  docs/CommandGuide/llvm-exegesis.rst
  tools/llvm-exegesis/lib/BenchmarkRunner.cpp
  tools/llvm-exegesis/llvm-exegesis.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D52041.165303.patch
Type: text/x-patch
Size: 13104 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180913/3f5ee704/attachment.bin>


More information about the llvm-commits mailing list