-
Notifications
You must be signed in to change notification settings - Fork 13.4k
LLVM 18.1.5 Release Assets missing some code! #91121
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)
I have downloaded the source code for LLVM version 18.1.5 from [a source link](https://github.com/llvm/llvm-project/archive/refs/tags/llvmorg-18.1.5.tar.gz). However, after decompressing the downloaded source code, I discovered that the changeFCMPPredToAArch64CC method in the AArch64GlobalISelUtils.cpp file, located in the ./llvm/lib/Target/AArch64/GISel/ directory, does not include handling for FCMP_TRUE and FCMP_FALSE. This omission is related to a fix or feature discussed in the [issue](https://github.com//issues/86917) on the LLVM project's GitHub repository. Can you explain what this situation entails?
|
The fix was not downported to the |
The cherry-pick is now merged to the |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have downloaded the source code for LLVM version 18.1.5 from a source link. However, after decompressing the downloaded source code, I discovered that the changeFCMPPredToAArch64CC method in the AArch64GlobalISelUtils.cpp file, located in the ./llvm/lib/Target/AArch64/GISel/ directory, does not include handling for FCMP_TRUE and FCMP_FALSE. This omission is related to a fix or feature discussed in the issue on the LLVM project's GitHub repository. Can you explain what this situation entails?
The text was updated successfully, but these errors were encountered: