[llvm-branch-commits] [clang] [llvm] [MC/DC][Coverage] Loosen the limit of NumConds from 6 (PR #82448)
NAKAMURA Takumi via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Thu Feb 22 04:56:57 PST 2024
================
@@ -1979,6 +2069,9 @@ struct CounterCoverageMappingBuilder
// Track RHS True/False Decision.
const auto DecisionRHS = MCDCBuilder.back();
+ MCDCBuilder.ccc(E->getLHS(), DecisionLHS);
+ MCDCBuilder.ccc(E->getRHS(), DecisionRHS);
----------------
chapuni wrote:
I wonder they could be integrated to `createBranchRegion`.
https://github.com/llvm/llvm-project/pull/82448
More information about the llvm-branch-commits
mailing list