[llvm] [Coverage] Rework Decision/Expansion/Branch (PR #78969)

Jessica Paquette via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 23 05:46:07 PST 2024


================
@@ -580,6 +583,72 @@ static unsigned getMaxBitmapSize(const CounterMappingContext &Ctx,
   return MaxBitmapID + (SizeInBits / CHAR_BIT);
 }
 
+struct DecisionRow {
----------------
ornata wrote:

What does it represent in the MC/DC algorithm?

https://github.com/llvm/llvm-project/pull/78969


More information about the llvm-commits mailing list