[PATCH] D84782: [PGO] Include the mem ops into the function hash.

Fangrui Song via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jul 28 21:35:04 PDT 2020


MaskRay added inline comments.


================
Comment at: llvm/lib/Transforms/Instrumentation/PGOInstrumentation.cpp:266
+    PGOOldCFGHashing("pgo-instr-old-cfg-hashing", cl::init(false), cl::Hidden,
+                     cl::desc("Use the old CFG function hashing."));
+
----------------
Nit: descriptions usually don't end with a period

(I know that some descriptions in this file are not consistent)


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D84782/new/

https://reviews.llvm.org/D84782



More information about the cfe-commits mailing list