-
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
Cannot select: 0x55848e4be0e0: v4f32 = fmaxnum 0x55848fa99830, 0x55848fc54190 #65820
Labels
Comments
hiraditya
added
bug
Indicates an unexpected problem or unintended behavior
backend:ARM
labels
Sep 8, 2023
@llvm/issue-subscribers-backend-arm |
@llvm/issue-subscribers-bug |
vfdff
added a commit
to vfdff/llvm-project
that referenced
this issue
Sep 13, 2023
The instruction of ISD::FMINNUM/FMAXNUM should be legal if HasFPARMv8 && HasNEON. For the combination of armv7+fp-armv8, armv7 imply the feature HasNEON on, and fp-armv8 matchs the feature HasFPARMv8, so it is legal. Fixes llvm#65820
vfdff
added a commit
that referenced
this issue
Sep 14, 2023
The instruction of ISD::FMINNUM/FMAXNUM should be legal if HasFPARMv8 && HasNEON. For the combination of armv7+fp-armv8, armv7 imply the feature HasNEON on, and fp-armv8 matchs the feature HasFPARMv8, so it is legal Fixes #65820
kstoimenov
pushed a commit
to kstoimenov/llvm-project
that referenced
this issue
Sep 14, 2023
The instruction of ISD::FMINNUM/FMAXNUM should be legal if HasFPARMv8 && HasNEON. For the combination of armv7+fp-armv8, armv7 imply the feature HasNEON on, and fp-armv8 matchs the feature HasFPARMv8, so it is legal Fixes llvm#65820
ZijunZhaoCCK
pushed a commit
to ZijunZhaoCCK/llvm-project
that referenced
this issue
Sep 19, 2023
The instruction of ISD::FMINNUM/FMAXNUM should be legal if HasFPARMv8 && HasNEON. For the combination of armv7+fp-armv8, armv7 imply the feature HasNEON on, and fp-armv8 matchs the feature HasFPARMv8, so it is legal Fixes llvm#65820
yetist
pushed a commit
to android-la64/llvm_android
that referenced
this issue
Sep 28, 2023
llvm/llvm-project#65820 Cherry-pick of http://r.android.com/2753660 with the following changes: - fetch new value of `until` from http://r.android.com/2755285 - update `from` to r487747 - Remove changes to test file from patch as it didn't exist in r487747 Change-Id: Iff1c04015721d844caacc1d8dae5222a757eec60 (cherry picked from commit d603add)
2 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Preprocessed file attached. ggml.i.txt
The text was updated successfully, but these errors were encountered: