We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If we have AS casts mixed with inbounds and non-inbounds GEPs (and probably also in the absence of GEPs) we can run into bit-width issues.
This is similar to #53559 but this time in InstructionSimplify.cpp.
An earlier attempt to fix this (https://reviews.llvm.org/D64768) did not address all potential issues but only a special case.
Proposed fix: https://reviews.llvm.org/D119740
The text was updated successfully, but these errors were encountered:
FYI, @nikic @arsenm
Sorry, something went wrong.
Effectively fixed by f35af77, see https://reviews.llvm.org/D119740#3325545.
\cherry-pick f35af77
/cherry-pick f35af77
/branch llvmbot/llvm-project/issue53860
/pull-request llvmbot#72
@nikic What do you think about backporting this? f35af77
@tstellar Should be fine to backport.
Merged: 08ad9ae
nikic
jdoerfert
No branches or pull requests
If we have AS casts mixed with inbounds and non-inbounds GEPs (and probably also in the absence of GEPs) we can run into bit-width issues.
This is similar to #53559 but this time in InstructionSimplify.cpp.
An earlier attempt to fix this (https://reviews.llvm.org/D64768) did not address all potential issues but only a special case.
Proposed fix: https://reviews.llvm.org/D119740
The text was updated successfully, but these errors were encountered: