================ @@ -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 _______________________________________________ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits