Skip to content
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

RISC-V : Test every instructions in a same fashion as it was done for ARM #789

Open
Tracked by #698
clebreto opened this issue Apr 29, 2024 · 1 comment
Open
Tracked by #698
Assignees
Labels

Comments

@clebreto
Copy link
Contributor

No description provided.

@clebreto
Copy link
Contributor Author

clebreto commented Apr 29, 2024

  • add / intrinsic_add:
    • Conditionals add do not exist, flags either
    • We dont do these shifts: x = arg0 + (arg1 << 0); => asmgen: invalid rexpr for oprd (x11 <<32u ((8u) 0))
    • Too large immediates used in intrinsics / or even through lowering are not captured by the compiler, only by llvm-mc:
      error: operand must be a symbol with %lo/%pcrel_lo/%tprel_lo modifier or an integer in the range [-2048, 2047] addi ra, ra, -892679478

@vbgl vbgl added the risc-v label Jun 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

2 participants