-
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
flang-new unhandled reduction container, UNREACHABLE executed #80739
Labels
Comments
EugeneZelenko
added
flang
Flang issues not falling into any other category
and removed
new issue
labels
Feb 5, 2024
This seems to work correctly now with a build after #80019. Please check and close if it works fine. |
EugeneZelenko
added
flang:ir
and removed
flang
Flang issues not falling into any other category
labels
Feb 16, 2024
@llvm/issue-subscribers-flang-ir Author: Kei Davis (keidavis)
Reproducer below. LLVM project source updated Feb 5 2024.
flang-new -fopenmp -c <file> Interestingly, the crash goes away if !$OMP SIMD is removed.
|
Yes, it works correctly now (LLVM pulled Feb 15 2024), and also in the original app where the bug was first detected. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Reproducer below. LLVM project source updated Feb 5 2024.
flang-new -fopenmp -c
Interestingly, the crash goes away if !$OMP SIMD is removed.
The text was updated successfully, but these errors were encountered: