-
Notifications
You must be signed in to change notification settings - Fork 12.5k
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
Crash in PowerPC codegen caused by 4742715eb7fbd90b2d7ca807980bdca7e552fcd2 #70208
Comments
@llvm/issue-subscribers-backend-powerpc Author: Tom Stellard (tstellar)
4742715 introduced a regression in the PowerPC backend. To reproduce, run:
Backtrace:
|
Thanks @tstellar - I have a candidate fix, just trying to clean up the reduced test case |
/cherry-pick c9c9bf0 |
/branch llvm/llvm-project-release-prs/issue70208 |
/pull-request llvm/llvm-project-release-prs#759 |
…EG nodes Fixes Issue llvm#70208 (cherry picked from commit c9c9bf0)
/branch nikic/llvm-project/powerpc-backport-2 |
/pull-request llvm/llvm-project-release-prs#763 |
I tested this with 373c343, and confirmed it fixes the original bug. |
4742715 introduced a regression in the PowerPC backend. To reproduce, run:
llc -O2 opencv-reduced.ll.txt -o /dev/null
opencv-reduced.ll.txt
Backtrace:
The text was updated successfully, but these errors were encountered: