-
Notifications
You must be signed in to change notification settings - Fork 12k
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
[DAGCombine] ICE in combineMinNumMaxNum(...) #60924
Closed
Labels
Milestone
Comments
EugeneZelenko
added
backend:X86
crash
Prefer [crash-on-valid] or [crash-on-invalid]
and removed
new issue
labels
Feb 22, 2023
@llvm/issue-subscribers-backend-x86 |
mcinally
pushed a commit
that referenced
this issue
Feb 22, 2023
65420c8 introduced an ICE in combineMinNumMaxNum(...) when combineMinNumMaxNumImpl(...) returns an SDValue(). Make sure to check that a value is returned before trying to perform an FNEG on it. GitHub Issue: #60924 Reviewed By: arsenm Differential Revision: https://reviews.llvm.org/D144571
/cherry-pick af4c4f4 |
/branch llvm/llvm-project-release-prs/issue60924 |
/pull-request llvm/llvm-project-release-prs#318 |
tru
pushed a commit
that referenced
this issue
Feb 24, 2023
65420c8 introduced an ICE in combineMinNumMaxNum(...) when combineMinNumMaxNumImpl(...) returns an SDValue(). Make sure to check that a value is returned before trying to perform an FNEG on it. GitHub Issue: #60924 Reviewed By: arsenm Differential Revision: https://reviews.llvm.org/D144571 (cherry picked from commit af4c4f4)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
65420c8 introduced an ICE in
combineMinNumMaxNum(...)
whencombineMinNumMaxNumImpl(...)
returns anSDValue()
.Reproducer is:
There's currently a patch out for review (D144571) to correct this ICE, but filing an issue so that it can be backported to the release/16.x branch.
The text was updated successfully, but these errors were encountered: