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

Guillaume Chatelet via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 26 01:04:22 PDT 2018


gchatelet added inline comments.


================
Comment at: tools/llvm-exegesis/llvm-exegesis.cpp:54
+                                "Uop Decomposition"),
+                     clEnumValN(exegesis::InstructionBenchmark::Unknown,
+                                "analysis", "Analysis")));
----------------
Unknown is Analysis?


Repository:
  rL LLVM

https://reviews.llvm.org/D48587





More information about the llvm-commits mailing list