[PATCH] D116180: [InstrProf] Add single byte coverage mode

David Li via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 27 11:10:04 PST 2022


davidxl added inline comments.


================
Comment at: compiler-rt/lib/profile/InstrProfilingMerge.c:161
+        // A value of zero signifies the function is covered.
+        DstCounters[I] &= SrcCounters[I];
+      } else {
----------------
is there a test case for this?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D116180



More information about the llvm-commits mailing list