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
llvm.uadd.sat.*
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.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.
The text was updated successfully, but these errors were encountered:
core
llvm.*.sat.*
Successfully merging a pull request may close this issue.
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.
The text was updated successfully, but these errors were encountered: