-
Notifications
You must be signed in to change notification settings - Fork 13.6k
[RISC-V] attribute target arch=+zvfh doesn't add builtins #94306
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-risc-v Author: Anton Blanchard (antonblanchard)
This fails when building with `-march=rv64gc`:
with:
It works with |
@llvm/issue-subscribers-clang-driver Author: Anton Blanchard (antonblanchard)
This fails when building with `-march=rv64gc`:
with:
It works with |
@4vtomat can you take a look? |
tclin914
added a commit
that referenced
this issue
Nov 11, 2024
Fixed by : #115436 |
Groverkss
pushed a commit
to iree-org/llvm-project
that referenced
this issue
Nov 15, 2024
This is a follow-up patch for llvm#101811. That we can remove the type checking for fp16 from SemaRISCV.cpp. Fixes: llvm#101621 and llvm#94306
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
This fails when building with
-march=rv64gc
:with:
It works with
-march=rv64gcv_zvfh
The text was updated successfully, but these errors were encountered: