Open
Description
In LLVM 19 some details about MC/DC changed, removing and updating some intrinsics:
- llvm/llvm-project@85a7bba
In instrprof_mcdc_condbitmap_update intrinsic was dropped recently: - Cleanup MC/DC intrinsics for #82448 llvm/llvm-project#95496
I tried naively to remove the reference to the removed intrinsic #126582, but that's incomplete. Will need more work to adapt to this it seems:
Metadata
Metadata
Assignees
Labels
Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.Category: An issue proposing an enhancement or a PR with one.MC/DC coverage via -Cinstrument-coverage with -Zcoverage-options=mcdcRelevant to the compiler team, which will review and decide on the PR/issue.