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

Missing instruction unit tests for sdiv32 and sdiv64 #47

Closed
riptl opened this issue Jul 8, 2022 · 1 comment
Closed

Missing instruction unit tests for sdiv32 and sdiv64 #47

riptl opened this issue Jul 8, 2022 · 1 comment

Comments

@riptl
Copy link

riptl commented Jul 8, 2022

https://github.com/solana-labs/llvm-project/blob/solana-rustc/13.0-2021-09-30/llvm/test/MC/BPF/insn-unit.s

lacks

  • sdiv32 rD, imm (0xe4)
  • sdiv32 rD, rS (0xec)
  • sdiv64 rD, imm (0xe7)
  • sdiv64 rD, rS (0xef)
@nvjle
Copy link

nvjle commented Dec 12, 2023

This is no longer an issue-- the SBF back-end now provides tests for sdiv32 and sdiv64. Closing.

@nvjle nvjle closed this as completed Dec 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants