-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Assertion failed: ((Lower != Upper || (Lower.isMaxValue() || Lower.isMinValue())) && "Lower == Upper, but they aren't min or max value!") #63856
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
Comments
It looks like this was intended for 17.x but was only merged to main, I opened a backport issue: #65408 |
llvmbot
pushed a commit
to llvm/llvm-project-release-prs
that referenced
this issue
Sep 5, 2023
The following commit enabled the analysis of ranges for heap allocations: 22ca38d The range turns out to be empty in cases such as the one in test (which is [1,1)), leading to an assertion failure. This patch fixes for the same case. Fixes llvm/llvm-project#63856 Reviewed By: fhahn Differential Revision: https://reviews.llvm.org/D159160 (cherry picked from commit 0609b65aaf03b083d282a4ffe8bf660351dac461)
tru
pushed a commit
to llvm/llvm-project-release-prs
that referenced
this issue
Sep 11, 2023
The following commit enabled the analysis of ranges for heap allocations: 22ca38d The range turns out to be empty in cases such as the one in test (which is [1,1)), leading to an assertion failure. This patch fixes for the same case. Fixes llvm/llvm-project#63856 Reviewed By: fhahn Differential Revision: https://reviews.llvm.org/D159160 (cherry picked from commit 0609b65aaf03b083d282a4ffe8bf660351dac461)
avillega
pushed a commit
to avillega/llvm-project
that referenced
this issue
Sep 11, 2023
The following commit enabled the analysis of ranges for heap allocations: 22ca38d The range turns out to be empty in cases such as the one in test (which is [1,1)), leading to an assertion failure. This patch fixes for the same case. Fixes llvm#63856 Reviewed By: fhahn Differential Revision: https://reviews.llvm.org/D159160
qihangkong
pushed a commit
to rvgpu/llvm
that referenced
this issue
Apr 18, 2024
The following commit enabled the analysis of ranges for heap allocations: 22ca38d The range turns out to be empty in cases such as the one in test (which is [1,1)), leading to an assertion failure. This patch fixes for the same case. Fixes llvm/llvm-project#63856 Reviewed By: fhahn Differential Revision: https://reviews.llvm.org/D159160
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The text was updated successfully, but these errors were encountered: