-
Notifications
You must be signed in to change notification settings - Fork 13.6k
AArch64 with SDAG crashes when compiling #97870
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
Labels
Comments
@llvm/issue-subscribers-backend-aarch64 Author: None (DigOrDog)
# Description
The following code crashes aarch64 backend with SDAG.
However, it's interesting to note that it compiles successfully when using -global-isel on AArch64, or on x86_64 and ARM architectures.
Minimal Reproductionhttps://godbolt.org/z/7WeaTdrhe Code
Stack Trace
|
Thanks for the report. There is a slightly shorter example here: https://godbolt.org/z/9Ybs89Ken. We probably need extra patterns for bf16 pre-inc store, similar to the ones for pre-inc fp16 stores. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
The following code crashes aarch64 backend with SDAG.
However, it's interesting to note that it compiles successfully when using -global-isel on AArch64, or on x86_64 and ARM architectures.
Minimal Reproduction
https://godbolt.org/z/7WeaTdrhe
Code
Stack Trace
The text was updated successfully, but these errors were encountered: