8310308: IR Framework: check for type and size of vector nodes#29
8310308: IR Framework: check for type and size of vector nodes#29GoeLin wants to merge 4 commits intoopenjdk:masterfrom
Conversation
|
👋 Welcome back goetz! 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. |
|
/issue 8314513 |
|
@GoeLin |
Webrevs
|
|
Pre-submit: compiler/c2/irTests/TestVectorizationMismatchedAccess failed. |
|
TestVectorizationMismatchedAccess.java was failing. As I understand, 21 does not generate vector nodes for the test method, and in 22 there was a functional improvement. |
|
|
|
@GoeLin 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 61 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 |
|
/integrate |
|
Going to push as commit 6b938b8.
Your commit was automatically rebased without conflicts. |
I backport this to improve testing of C2 in 22u. It will simplify backporting tests of fixes to C2, as, e.g. " 8313720: C2 SuperWord: wrong result with -XX:+UseVectorCmov -XX:+UseCMoveUnconditionally"
I had to trivially resolve three files:
test/hotspot/jtreg/compiler/loopopts/superword/TestDependencyOffsets.java
Resolved the bugid in comment.
patching file test/hotspot/jtreg/compiler/vectorization/runner/BasicDoubleOpTest.java
patching file test/hotspot/jtreg/compiler/vectorization/runner/BasicFloatOpTest.java
These had to be resolved because "8308340: C2: Idealize Fma nodes" is not in 21. Trivial.
That change is huge thus not a candidate for backport.
Further I include "8314513: [IR Framework] Some internal IR Framework tests are failing after JDK-8310308 on PPC and Cascade Lake". This is a follow-up fix of the tests.
All tests passed locally.
It's a test-only change.
Progress
Issues
Reviewers
Reviewing
Using
gitCheckout this PR locally:
$ git fetch https://git.openjdk.org/jdk21u-dev.git pull/29/head:pull/29$ git checkout pull/29Update a local copy of the PR:
$ git checkout pull/29$ git pull https://git.openjdk.org/jdk21u-dev.git pull/29/headUsing Skara CLI tools
Checkout this PR locally:
$ git pr checkout 29View PR using the GUI difftool:
$ git pr show -t 29Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk21u-dev/pull/29.diff
Webrev
Link to Webrev Comment