-
Notifications
You must be signed in to change notification settings - Fork 13.4k
use clang/llvm version 9 for RiscV to cross-compile CXX programs and simulate using Spike #85
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
Comments
stelleg
pushed a commit
to lanl/kitsune
that referenced
this issue
Feb 21, 2020
… tasks generated by -O0. This patch addresses issue llvm#85.
tarunprabhu
pushed a commit
to tarunprabhu/kitsune
that referenced
this issue
Apr 4, 2023
… tasks generated by -O0. This patch addresses issue llvm#85.
pmccormick
pushed a commit
to lanl/kitsune
that referenced
this issue
May 17, 2023
… tasks generated by -O0. This patch addresses issue llvm#85.
stelleg
pushed a commit
to stelleg/llvm-project
that referenced
this issue
Jun 13, 2023
… tasks generated by -O0. This patch addresses issue llvm#85.
tarunprabhu
pushed a commit
to tarunprabhu/kitsune
that referenced
this issue
Jul 25, 2023
… tasks generated by -O0. This patch addresses issue llvm#85.
dvirtz
added a commit
to dvirtz/llvm-project
that referenced
this issue
Aug 29, 2023
now code won't wait for user to close error message and will display the error in the json doc fixed llvm#85
tarunprabhu
pushed a commit
to tarunprabhu/kitsune
that referenced
this issue
Sep 26, 2023
… tasks generated by -O0. This patch addresses issue llvm#85.
tarunprabhu
pushed a commit
to tarunprabhu/kitsune
that referenced
this issue
Oct 12, 2023
… tasks generated by -O0. This patch addresses issue llvm#85.
RevySR
pushed a commit
to revyos/llvm-project
that referenced
this issue
Jul 27, 2024
…m#85) * [LLVM][XTHeadVector] Define intrinsic functions. * [LLVM][XTHeadVector] Define pseudos and pats. * [LLVM][XTHeadVector] Add test cases. * [NFC][XTHeadVector] Update Readme.
jpinot
pushed a commit
to jpinot/llvm-project
that referenced
this issue
Apr 9, 2025
…ons. We introduce the concept of strong and weak restriction: A strong restriction is a reduction over a variable that is the symbol. A weak restriction is a variable used in reduction/dependency subexpressions or a dependency symbol. So, reduction(+: x) is a strong restriction in 'x', but is a weak restriction in in(x, v[x], [x]p, ...) or reduction(+: [x]p). We emit a diagnostic for strong restrictions used in other weak restriction places. Closes llvm#85
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I tried to use clang/llvm version 9 for RiscV to cross-compile CXX programs and simulate using Spike, but it doen't work. how can I to resolve this problem? Thank you so much!
The text was updated successfully, but these errors were encountered: