[all-commits] [llvm/llvm-project] 3f9d8d: [Coverage] MCDCRecordProcessor: Find `ExecVectors`...

NAKAMURA Takumi via All-commits all-commits at lists.llvm.org
Thu Feb 8 13:11:31 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3f9d8d892e2de2ac2542cb8e88ae5317f3282244
      https://github.com/llvm/llvm-project/commit/3f9d8d892e2de2ac2542cb8e88ae5317f3282244
  Author: NAKAMURA Takumi <geek4civic at gmail.com>
  Date:   2024-02-09 (Fri, 09 Feb 2024)

  Changed paths:
    M llvm/lib/ProfileData/Coverage/CoverageMapping.cpp
    M llvm/test/tools/llvm-cov/mcdc-const.test
    M llvm/test/tools/llvm-cov/mcdc-general.test

  Log Message:
  -----------
  [Coverage] MCDCRecordProcessor: Find `ExecVectors` directly (#80816)

Deprecate `TestVectors`, since no one uses it.

This affects the output order of ExecVectors.
The current impl emits sorted by binary value of ExecVector. This impl
emits along the traversal of `buildTestVector()`.




More information about the All-commits mailing list