Skip to content

Crash on AARCH64 codegen #135821

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

Closed
alexey-bataev opened this issue Apr 15, 2025 · 3 comments · Fixed by #135847
Closed

Crash on AARCH64 codegen #135821

alexey-bataev opened this issue Apr 15, 2025 · 3 comments · Fixed by #135847
Assignees
Labels
crash Prefer [crash-on-valid] or [crash-on-invalid] llvm:SelectionDAG SelectionDAGISel as well

Comments

@alexey-bataev
Copy link
Member

https://godbolt.org/z/dzMqjsMdj

Crashes AARCH64 codegen

@llvmbot
Copy link
Member

llvmbot commented Apr 15, 2025

@llvm/issue-subscribers-backend-aarch64

Author: Alexey Bataev (alexey-bataev)

https://godbolt.org/z/dzMqjsMdj

Crashes AARCH64 codegen

@topperc
Copy link
Collaborator

topperc commented Apr 15, 2025

Enabling assertions gives an earlier error. https://godbolt.org/z/q4o4T9za1

@topperc topperc self-assigned this Apr 15, 2025
topperc added a commit to topperc/llvm-project that referenced this issue Apr 15, 2025
The later code does not expect or preserve the index output.

Fixes llvm#135821
topperc added a commit that referenced this issue Apr 15, 2025
…135847)

The later code does not expect or preserve the index output.

Fixes #135821
@EugeneZelenko EugeneZelenko added crash Prefer [crash-on-valid] or [crash-on-invalid] llvm:SelectionDAG SelectionDAGISel as well and removed backend:AArch64 labels Apr 15, 2025
@alexfh
Copy link
Contributor

alexfh commented Apr 15, 2025

Thanks for the quick resolution!

var-const pushed a commit to ldionne/llvm-project that referenced this issue Apr 17, 2025
…lvm#135847)

The later code does not expect or preserve the index output.

Fixes llvm#135821
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
crash Prefer [crash-on-valid] or [crash-on-invalid] llvm:SelectionDAG SelectionDAGISel as well
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants