8389912: [REDO] Regression >6% on Crypto-MLDSA.sign on x64 - #32487
8389912: [REDO] Regression >6% on Crypto-MLDSA.sign on x64#32487dwhite-intel wants to merge 6 commits into
Conversation
|
👋 Welcome back drwhite! A progress list of the required criteria for merging this PR into |
|
❗ This change is not yet ready to be integrated. |
|
@dwhite-intel 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. |
|
The total number of required reviews for this PR has been set to 2 based on the presence of this label: |
|
/label hotspot-compiler |
|
@dwhite-intel The |
Re-enables cisc-spilling for legacy x86 instructions (the hasPredicateSubset() part) from the original PR (#31686).
But now, don't enable cisc-spilling for new three-operand (NDD) APX instructions (the MatchNode::cisc_spill_match() part).
Did tiers 1-3 testing with/without APX enabled.
Performance tests showed that this PR does fix the regression in the MLDSA test (when running with -XX:+UseFPUForSpilling). Another PR in the meantime disabled UseFPUForSpilling by default, which also fixed the regression. This PR on top of that PR gives a boost slightly above R2R variation.
Checking cisc-enabled instructions shows that the NDD instruction are not getting cisc spilled, but the original x86 legacy instructions get the same cisc-spilling support as prior to APX tuning.
Progress
Issue
Reviewing
Using
gitCheckout this PR locally:
$ git fetch https://git.openjdk.org/jdk.git pull/32487/head:pull/32487$ git checkout pull/32487Update a local copy of the PR:
$ git checkout pull/32487$ git pull https://git.openjdk.org/jdk.git pull/32487/headUsing Skara CLI tools
Checkout this PR locally:
$ git pr checkout 32487View PR using the GUI difftool:
$ git pr show -t 32487Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk/pull/32487.diff
Using Webrev
Link to Webrev Comment