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

Emit remaining int operations #1702

Open
31 tasks
hugrbot opened this issue Nov 25, 2024 · 0 comments
Open
31 tasks

Emit remaining int operations #1702

hugrbot opened this issue Nov 25, 2024 · 0 comments
Assignees
Labels
llvm Pertains to LLVM emission

Comments

@hugrbot
Copy link
Collaborator

hugrbot commented Nov 25, 2024

Originally raised by @croyzor:

Having done some int ops We're still missing emission for some int ops from the arithmetic extension:

  • iwiden_u,
  • iwiden_s,
  • inarrow_u,
  • inarrow_s,
  • itobool,
  • ifrombool,
  • ine,
  • imax_u,
  • imax_s,
  • imin_u,
  • imin_s,
  • idivmod_checked_u,
  • idivmod_u,
  • idivmod_checked_s,
  • idivmod_s,
  • idiv_checked_u,
  • imod_checked_u,
  • imod_u,
  • idiv_checked_s,
  • imod_checked_s,
  • iabs,
  • iand,
  • ior,
  • ixor,
  • inot,
  • ishl,
  • ishr,
  • irotl,
  • irotr,
  • itostring_u,
  • itostring_s,
@hugrbot hugrbot added the llvm Pertains to LLVM emission label Nov 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
llvm Pertains to LLVM emission
Projects
None yet
Development

No branches or pull requests

2 participants