[PATCH] D48587: [llvm-exegesis] Get the BenchmarkRunner from the ExegesisTarget.

Clement Courbet via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 26 01:09:20 PDT 2018


courbet added inline comments.


================
Comment at: tools/llvm-exegesis/llvm-exegesis.cpp:54
+                                "Uop Decomposition"),
+                     clEnumValN(exegesis::InstructionBenchmark::Unknown,
+                                "analysis", "Analysis")));
----------------
gchatelet wrote:
> Unknown is Analysis?
Yes, that allows getting rid of the extra enum and avoid a switch to convert from one enum to the other. 


Repository:
  rL LLVM

https://reviews.llvm.org/D48587





More information about the llvm-commits mailing list