We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Originally raised by @croyzor:
Having done some int ops We're still missing emission for some int ops from the arithmetic extension:
Done in #1835
In progress (#1839)
These should be easy (supported in LLVM)
These i'm not so sure about
These seem very hard
The text was updated successfully, but these errors were encountered:
arithmetic.int_ops.iu_to_s
priorities: ine, ixor, ipow
ine, ixor, ipow
Sorry, something went wrong.
feat(hugr-llvm): Emit more int ops (#1835)
2fa09ee
More work on #1702. Adds `ine`, `iabs`, `imax_{s,u}`, `imin_{s,u}`, `ishl`, `ishr`, `ixor`, `ior`, `inot`, `iand` --------- Co-authored-by: Seyon Sivarajah <[email protected]>
croyzor
No branches or pull requests
Originally raised by @croyzor:
Having done some int ops We're still missing emission for some int ops from the arithmetic extension:
Done in #1835
In progress (#1839)
These should be easy (supported in LLVM)
These i'm not so sure about
These seem very hard
The text was updated successfully, but these errors were encountered: