-
Notifications
You must be signed in to change notification settings - Fork 12.6k
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
Intervals are overlapping #101859
Labels
Comments
This was referenced Aug 4, 2024
llvmbot
pushed a commit
to llvmbot/llvm-project
that referenced
this issue
Aug 4, 2024
Fixes llvm#101859. If we have at least 2 ranges, we have to try to merge the last and first ones to handle the wrap range. (cherry picked from commit 4377656)
tru
pushed a commit
to llvmbot/llvm-project
that referenced
this issue
Aug 5, 2024
Fixes llvm#101859. If we have at least 2 ranges, we have to try to merge the last and first ones to handle the wrap range. (cherry picked from commit 4377656)
banach-space
pushed a commit
to banach-space/llvm-project
that referenced
this issue
Aug 7, 2024
Fixes llvm#101859. If we have at least 2 ranges, we have to try to merge the last and first ones to handle the wrap range.
kstoimenov
pushed a commit
to kstoimenov/llvm-project
that referenced
this issue
Aug 15, 2024
Fixes llvm#101859. If we have at least 2 ranges, we have to try to merge the last and first ones to handle the wrap range.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I tried the following IR:
I expected a successful optimization, but I encountered a validation error:
https://llvm.godbolt.org/z/33nd1fxnv
The text was updated successfully, but these errors were encountered: