-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Open
Labels
A-LLVMArea: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.C-enhancementCategory: An issue proposing an enhancement or a PR with one.Category: An issue proposing an enhancement or a PR with one.F-coverage-mcdcMC/DC coverage via -Cinstrument-coverage with -Zcoverage-options=mcdcMC/DC coverage via -Cinstrument-coverage with -Zcoverage-options=mcdcT-compilerRelevant to the compiler team, which will review and decide on the PR/issue.Relevant to the compiler team, which will review and decide on the PR/issue.
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
A-LLVMArea: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.C-enhancementCategory: An issue proposing an enhancement or a PR with one.Category: An issue proposing an enhancement or a PR with one.F-coverage-mcdcMC/DC coverage via -Cinstrument-coverage with -Zcoverage-options=mcdcMC/DC coverage via -Cinstrument-coverage with -Zcoverage-options=mcdcT-compilerRelevant to the compiler team, which will review and decide on the PR/issue.Relevant to the compiler team, which will review and decide on the PR/issue.