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

x86: Preserve xmm4 in fpRem helper #17157

Merged
merged 1 commit into from
Apr 19, 2023
Merged

Conversation

BradleyWood
Copy link
Member

Fixes #17129

@BradleyWood
Copy link
Member Author

@hzongaro Would you mind reviewing?

@hzongaro
Copy link
Member

Brad @BradleyWood, I haven't ever needed to look in detail at the various linkage conventions. Can you point me to the description of the linkage convention that would apply for this helper? I just wanted to understand why the helper should be responsible for preserving xmm4 rather than the caller.

@hzongaro
Copy link
Member

In an off-line discussion, Daryl @0xdaryl indicated that the callee should preserve that register, so I'll proceed with the review.

Copy link
Member

@hzongaro hzongaro left a comment

Choose a reason for hiding this comment

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

Looks good. Thanks!

@hzongaro
Copy link
Member

Jenkins test sanity xlinux,win,osx jdk11,jdk17

@hzongaro
Copy link
Member

Jenkins test sanity xlinux jdk17

@hzongaro
Copy link
Member

Testing has completed successfully. Merging.

@hzongaro hzongaro merged commit e52cacf into eclipse-openj9:master Apr 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

JDK 8/11/17/18 - wrong result from JIT compilation with modular operation and field access
2 participants