[PATCH] D91813: [PGO] verify BFI counts after loading profile data

David Li via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 20 11:36:51 PST 2020


davidxl added inline comments.


================
Comment at: llvm/lib/Transforms/Instrumentation/PGOInstrumentation.cpp:262
+    "pgo-verify-bfi", cl::init(false), cl::Hidden,
+    cl::desc("Print out non-match BFI counts after setting profile metadata."));
+
----------------
Add a description here that -Rpass-analysis=PGO is needed for messages.


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

https://reviews.llvm.org/D91813



More information about the llvm-commits mailing list