Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[mono][llvm] Fix the emission of nonnull metadata on loads. #86071

Merged
merged 1 commit into from
May 11, 2023

Conversation

vargaz
Copy link
Contributor

@vargaz vargaz commented May 10, 2023

Fixes llvm verification errors in newer llvm versions:

nonnull metadata must be empty
   %49 = load ptr, ptr @aotconst_ldstr_21, align 8, !nonnull !1

Fixes llvm verification errors in newer llvm versions:
```
nonnull metadata must be empty
   %49 = load ptr, ptr @aotconst_ldstr_21, align 8, !nonnull !1
```
@lewing lewing closed this May 11, 2023
@lewing lewing reopened this May 11, 2023
@vargaz vargaz merged commit 51876ee into dotnet:main May 11, 2023
@vargaz vargaz deleted the llvm-verify-error branch May 11, 2023 06:32
@ghost ghost locked as resolved and limited conversation to collaborators Jun 10, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants