-
-
Notifications
You must be signed in to change notification settings - Fork 14.7k
MC/DC LLVM 19 intrinsics changes #126672
Copy link
Copy link
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.
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.
Type
Fields
Give feedbackNo fields configured for issues without a type.
In LLVM 19 some details about MC/DC changed, removing and updating some intrinsics:
In instrprof_mcdc_condbitmap_update intrinsic was dropped recently:
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: