-
Notifications
You must be signed in to change notification settings - Fork 128
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
CIRGen support for __builtin_tan
#1354
Comments
hey ! @FantasqueX I see the PR you mentioned as already merged. |
Hi @shrikardongre The problem is that this feature hasn't been merged into clangir code base. A rebase is needed. |
Ok, created a label to track things blocked on rebases |
@FantasqueX good job with the LLVM dialect fixes, if there are more issues like this one, feel free to start tagging around |
Do i have the correct permission to rebase it first and then work on implementing CIRGen for TanOp. Let me know if there’s anything specific I should keep in mind. Thanks! |
This is similar to #383
However, there is no
TanOp
in MLIR LLVM Dialect. Upstream PR llvm/llvm-project#125748 resolves this issue. After this PR being merged, CIRGen can be implemented easily.The text was updated successfully, but these errors were encountered: