-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
8344381: [s390x] Test failures with error: Register type is not known #22197
base: master
Are you sure you want to change the base?
Conversation
👋 Welcome back amitkumar! A progress list of the required criteria for merging this PR into |
@offamitkumar This change is no longer ready for integration - check the PR body for details. |
@offamitkumar The following label will be automatically applied to this pull request:
When this pull request is ready to be reviewed, an "RFR" email will be sent to the corresponding mailing list. If you would like to change these labels, use the /label pull request command. |
697ec32
to
6645f7b
Compare
Webrevs
|
I got only test failure : |
@RealLucy can you take a look at this one. I guess this also can be treated as trivial. It will good if you can see if the register preserved for float & general register are also okay. |
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.
Looks basically good. I think that the instructions can encode the maximum frame size.
both of the instruction support displacement up to |
Instead of speculation:
This is an easy fit into uimm12. |
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.
Looks good.
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 the update. Now, I only wonder about the >= Z_V2
condition. How does this fit to
jdk/src/hotspot/cpu/s390/s390.ad
Line 745 in dfddbca
// Attention: Only these ones are saved & restored at safepoint by RegisterSaver. |
I didn't get the question actually. You mean that why didn't preserve |
What's the reason for choosing |
Yes they do override.
Right, so register allocator will not use them, as it is not allowed to, So no need to preserve the 2nd-half. Right. Even if we use them manually we can preserve them ourselves. |
|
This makes sense. Only volatile registers which are allocated need to be saved and restored. You could also use |
No I guess your question was perfectly correct. My concept for "which register needs to be preserved" was a bit on the loose. But now I got idea. So thanks for that. |
Adds SaveLiveRegister portion for vector registers also.
Depends on #22190. Once that PR gets integrated, will rebase and mark it ready for review.
Progress
Issue
Reviewers
Reviewing
Using
git
Checkout this PR locally:
$ git fetch https://git.openjdk.org/jdk.git pull/22197/head:pull/22197
$ git checkout pull/22197
Update a local copy of the PR:
$ git checkout pull/22197
$ git pull https://git.openjdk.org/jdk.git pull/22197/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 22197
View PR using the GUI difftool:
$ git pr show -t 22197
Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk/pull/22197.diff
Using Webrev
Link to Webrev Comment