Skip to content

Change type of donotdelete intrinsics#44793

Merged
vchuravy merged 1 commit intomasterfrom
vc/donotdelete
Mar 30, 2022
Merged

Change type of donotdelete intrinsics#44793
vchuravy merged 1 commit intomasterfrom
vc/donotdelete

Conversation

@vchuravy
Copy link
Copy Markdown
Member

Fixes #44759

@vchuravy vchuravy added the compiler:codegen Generation of LLVM IR and native code label Mar 29, 2022
@vchuravy vchuravy requested review from Keno and pchintalapudi March 29, 2022 21:34
@pchintalapudi pchintalapudi added the merge me PR is reviewed. Merge when all tests are passing label Mar 29, 2022
@vchuravy vchuravy merged commit bad450f into master Mar 30, 2022
@vchuravy vchuravy deleted the vc/donotdelete branch March 30, 2022 11:52
@KristofferC KristofferC added the backport 1.8 Change should be backported to release-1.8 label Mar 30, 2022
@giordano giordano removed the merge me PR is reviewed. Merge when all tests are passing label Apr 3, 2022
Keno added a commit that referenced this pull request Apr 17, 2022
The change in #44793 changed the signature of the donotdelete intrinsic,
but didn't change the corresponding attributes, leaving a `nonnull` attribute
on a `void` return, which fails the verifier.
Keno added a commit that referenced this pull request Apr 17, 2022
The change in #44793 changed the signature of the donotdelete intrinsic,
but didn't change the corresponding attributes, leaving a `nonnull` attribute
on a `void` return, which fails the verifier.
Keno added a commit that referenced this pull request Apr 17, 2022
The change in #44793 changed the signature of the donotdelete intrinsic,
but didn't change the corresponding attributes, leaving a `nonnull` attribute
on a `void` return, which fails the verifier.
@KristofferC KristofferC mentioned this pull request Apr 19, 2022
67 tasks
KristofferC pushed a commit that referenced this pull request Apr 19, 2022
The change in #44793 changed the signature of the donotdelete intrinsic,
but didn't change the corresponding attributes, leaving a `nonnull` attribute
on a `void` return, which fails the verifier.
@KristofferC KristofferC removed the backport 1.8 Change should be backported to release-1.8 label May 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

compiler:codegen Generation of LLVM IR and native code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

donotdelete declaration differs from function call

5 participants