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

[FXML-4281] Remove flag for rounding mode of casting ops #168

Merged
merged 4 commits into from
May 6, 2024

Conversation

cferry-AMD
Copy link
Collaborator

Per upstream review, it appeared that the rounding mode does not affect casts but only function calls. Because we're only issuing casts in this pass, we can get rid of the float-to-int-truncates flag -- for casts, this is always true.

Copy link

@TinaAMD TinaAMD left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice that it was caught when upstreaming and thank you for following up!

@cferry-AMD cferry-AMD force-pushed the corentin.remove_cast_flag branch from b8f8efd to 10282d0 Compare May 6, 2024 09:59
@cferry-AMD
Copy link
Collaborator Author

Reconciled this PR with what's been merged upstream.

@cferry-AMD cferry-AMD merged commit 3f11b11 into feature/fused-ops May 6, 2024
3 checks passed
@cferry-AMD cferry-AMD deleted the corentin.remove_cast_flag branch May 6, 2024 11:14
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 this pull request may close these issues.

4 participants