[PATCH] D129001: [PGO] Report number of counts being dropped when a hash-mismatch happens.

David Li via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 6 09:48:04 PDT 2022


davidxl added inline comments.


================
Comment at: llvm/lib/ProfileData/InstrProfReader.cpp:1043
+        continue;
+      ValueSum += CountValue;
+    }
----------------
Add handling of saturation using max.


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

https://reviews.llvm.org/D129001



More information about the llvm-commits mailing list