[PATCH] D31599: [CodeGen] Add Performance Monitor

Siddharth via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 3 08:04:02 PDT 2017


bollu added a comment.

other than typo, LGTM



================
Comment at: include/polly/CodeGen/PerfMonitor.h:89
+  /// Insert a set of global variables that are used to track performance,
+  /// into the modulo (or obtain references to them if they already exist).
+  void addGlobalVariables();
----------------
"modulo" should be "module"?


https://reviews.llvm.org/D31599





More information about the llvm-commits mailing list