-
Notifications
You must be signed in to change notification settings - Fork 146
[CIR][CIRGen] Add support for abs #1011
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.
Thanks for working on this! Some comments inline.
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.
Thanks for working on this! @Lancern raised really good points
Thanks for your comments. I have updated the code. please review again. |
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.
Thanks for improving this. Some further nits inline and the rest LGTM!
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.
One remaining thing needs fixing! Thanks
This patch introduces support for the abs family of built-in functions (abs, labs, llabs).
This patch introduces support for the abs family of built-in functions (abs, labs, llabs).
This patch introduces support for the abs family of built-in functions (abs, labs, llabs).