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

Add support for the Saturation Arithmetic Intrinsics (llvm.uadd.sat.* and others) #207

Closed
zlfn opened this issue Oct 14, 2024 · 0 comments · Fixed by #210
Closed

Add support for the Saturation Arithmetic Intrinsics (llvm.uadd.sat.* and others) #207

zlfn opened this issue Oct 14, 2024 · 0 comments · Fixed by #210

Comments

@zlfn
Copy link
Contributor

zlfn commented Oct 14, 2024

It has already been reported in #111 that llvm.uadd.sat.* is not supported.
The instruction that needs to be implemented is as follows.

  • llvm.uadd.sat.*
  • llvm.usub.sat.*
  • llvm.sadd.sat.*
  • llvm.ssub.sat.*
  • llvm.sshl.sat.*
  • llvm.ushl.sat.*

I don't think it's going to be difficult to implement. I'll look at it later when I have time.

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

Successfully merging a pull request may close this issue.

1 participant