[llvm] [MC/DC] Refactor: Isolate the final result out of TestVectors (PR #82282)
NAKAMURA Takumi via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 26 04:37:43 PST 2024
================
@@ -258,6 +258,12 @@ class MCDCRecordProcessor {
/// ExecutedTestVectorBitmap.
MCDCRecord::TestVectors ExecVectors;
+ /// Temporary use
----------------
chapuni wrote:
I've modified for `ExecVectorsByCond[0]` as the storage of the final `ExecVectors`.
https://github.com/llvm/llvm-project/pull/82282
More information about the llvm-commits
mailing list