[PATCH] D97592: [PGO] Fix two issues in PGOMemOPSizeOpt.

David Li via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 3 16:04:00 PST 2021


davidxl added inline comments.


================
Comment at: compiler-rt/include/profile/InstrProfData.inc:863
+InstrProfGetNumBuckets() {
+  return 22;
+}
----------------
should we define a macro for it?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D97592



More information about the llvm-commits mailing list