[PATCH] D52460: [llvm-exegesis] Serializes registers initial values.

Clement Courbet via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 25 06:49:06 PDT 2018


courbet accepted this revision.
courbet added inline comments.
This revision is now accepted and ready to land.


================
Comment at: tools/llvm-exegesis/lib/BenchmarkResult.cpp:215
+
+  static QuotingType mustQuote(StringRef) { return QuotingType::Single; }
+
----------------
please add a comment


================
Comment at: tools/llvm-exegesis/lib/BenchmarkResult.h:19
 
+#include "Assembler.h"
 #include "LlvmState.h"
----------------
BenchmarkCode.h


Repository:
  rL LLVM

https://reviews.llvm.org/D52460





More information about the llvm-commits mailing list