[PATCH] D48121: [llvm-exegesis] Use BenchmarkResult::Instructions instead of OpcodeName

Guillaume Chatelet via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 13 06:28:13 PDT 2018


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


================
Comment at: tools/llvm-exegesis/lib/Analysis.cpp:194
+  writeEscaped<kEscapeHtml>(OS, InstrInfo.getName(Instructions[0].getOpcode()));
+  if (Instructions.size() > 1) {
+    OS << " (x" << Instructions.size() << ")";
----------------
Unneeded braces.


Repository:
  rL LLVM

https://reviews.llvm.org/D48121





More information about the llvm-commits mailing list