8316679: C2 SuperWord: wrong result, load should not be moved before store if not comparable#327
Conversation
|
👋 Welcome back shade! A progress list of the required criteria for merging this PR into |
|
This backport pull request has now been updated with issue from the original commit. |
eme64
left a comment
There was a problem hiding this comment.
Looks reasonable. Renaming VPointer -> SWPointer is required.
|
/approval request Unclean backport to fix the vectorization bug. The patch is unclean because JDK 21u does not have JDK-8312332 refactoring, that I do not want to backport. JDK 21u PR is acked by Emanuel Peter. |
|
/integrate |
|
@shipilev This pull request has not yet been marked as ready for integration. |
|
Dang, I need a formal (R)eviewer for this. @phohensee? |
|
|
|
@shipilev This change now passes all automated pre-integration checks. ℹ️ This project also has non-automated pre-integration requirements. Please see the file CONTRIBUTING.md for details. After integration, the commit message for the final commit will be: You can use pull request commands such as /summary, /contributor and /issue to adjust it as needed. At the time when this comment was updated there had been 15 new commits pushed to the
As there are no conflicts, your changes will automatically be rebased on top of these commits when integrating. If you prefer to avoid this automatic rebasing, please check the documentation for the /integrate command for further details. ➡️ To integrate this PR with the above commit message to the |
|
Thank you all! /integrate |
|
Going to push as commit 9008889.
Your commit was automatically rebased without conflicts. |
Unclean backport to fix the vectorization bug. The patch is unclean because JDK 21u does not have JDK-8312332 refactoring, that I do not want to backport. I have reapplied the patch by renaming
SWPointeragain.Note @eme64, @TobiHartmann.
Additional testing:
compiler/loopoptstier1 tier2 tier3 tier4Progress
Issue
Reviewers
Reviewing
Using
gitCheckout this PR locally:
$ git fetch https://git.openjdk.org/jdk21u.git pull/327/head:pull/327$ git checkout pull/327Update a local copy of the PR:
$ git checkout pull/327$ git pull https://git.openjdk.org/jdk21u.git pull/327/headUsing Skara CLI tools
Checkout this PR locally:
$ git pr checkout 327View PR using the GUI difftool:
$ git pr show -t 327Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk21u/pull/327.diff
Webrev
Link to Webrev Comment