-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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 AOT failed to compile System.Private.CoreLib.dll on amd64 #92455
Comments
Tagging subscribers to this area: @SamMonoRT, @fanyang-mono Issue DetailsLLVM AOT failed to compile System.Private.CoreLib.dll on amd64 because of an issue related to X86Base.DivRem intrinsics
|
cc @jandupej - anything related to your recent changes? |
It appears so. Looks like LLVM needs the bit count in the shift operator to be the same type as the shifted value. Still I'm not sure why the CI didn't catch this. |
LLVM AOT failed to compile System.Private.CoreLib.dll on amd64 because of an issue related to X86Base.DivRem intrinsics
The text was updated successfully, but these errors were encountered: