[PATCH] D47826: [llvm-exegesis] Add a Configuration object for Benchmark.

Clement Courbet via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 6 23:22:01 PDT 2018


courbet added inline comments.


================
Comment at: tools/llvm-exegesis/lib/BenchmarkRunner.h:34
+  // Floating Point configuration.
+  std::vector<llvm::MCInst> BenchmarkSetup;
+
----------------
I don't think this should even be part of the configuration. This code can be the same for all instructions for a target.


Repository:
  rL LLVM

https://reviews.llvm.org/D47826





More information about the llvm-commits mailing list