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 #86

Closed
31 tasks
croyzor opened this issue Aug 28, 2024 · 1 comment
Closed
31 tasks

Emit remaining int operations #86

croyzor opened this issue Aug 28, 2024 · 1 comment
Assignees

Comments

@croyzor
Copy link
Contributor

croyzor commented Aug 28, 2024

After #20, 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
Copy link
Collaborator

hugrbot commented Nov 25, 2024

Migrated to hugr repo

@hugrbot hugrbot closed this as completed Nov 25, 2024
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