8361403: [VectorAPI] Missing Identity transforms for vector MUL, ADD, SUB operations#30532
8361403: [VectorAPI] Missing Identity transforms for vector MUL, ADD, SUB operations#30532jatin-bhateja wants to merge 1 commit intoopenjdk:masterfrom
Conversation
|
/label add hotspot-compiler-dev |
|
👋 Welcome back jbhateja! A progress list of the required criteria for merging this PR into |
|
❗ This change is not yet ready to be integrated. |
|
@jatin-bhateja |
|
@jatin-bhateja To determine the appropriate audience for reviewing this pull request, one or more labels corresponding to different subsystems will normally be applied automatically. However, no automatic labelling rule matches the changes in this pull request. In order to have an "RFR" email sent to the correct mailing list, you will need to add one or more applicable labels manually using the /label pull request command. Applicable Labels
|
Patch adds following identity and ideal transformation for vector MUL, ADD and SUB node generated through vector API flow.
Also included an extensive IR verification test with both predicated and non-predicated vector operation test points.
Kindly review and share your feedback.
Best Regards,
Jatin
Progress
Issue
Reviewing
Using
gitCheckout this PR locally:
$ git fetch https://git.openjdk.org/jdk.git pull/30532/head:pull/30532$ git checkout pull/30532Update a local copy of the PR:
$ git checkout pull/30532$ git pull https://git.openjdk.org/jdk.git pull/30532/headUsing Skara CLI tools
Checkout this PR locally:
$ git pr checkout 30532View PR using the GUI difftool:
$ git pr show -t 30532Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk/pull/30532.diff
Using Webrev
Link to Webrev Comment