-
Notifications
You must be signed in to change notification settings - Fork 159
[CIR][CodeGen] Replace LLVMIntrinsicCallOp with ACosOp in __builtin_elementwise_acos #1507
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM pending one minor nit. Thanks for the review @FantasqueX
✅ With the latest revision this PR passed the C/C++ code formatter. |
@ayokunle321 please run clang-format before updating the PR |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM once CI passed
@bcardosolopes done! could I work on atan and asin since they're similar? |
hell yea! |
Landed! Thanks for your contribution! @ayokunle321 |
Closes: #1374
Replaces LLVMIntrinsicCallOp with ACosOp in __builtin_elementwise_acos.
@bcardosolopes @FantasqueX! If this is all good I was wondering if I could do ASinOp and ATanOp.