jdk icon indicating copy to clipboard operation
jdk copied to clipboard

8341834: C2 compilation fails with "bad AD file" due to Replicate

Open rwestrel opened this issue 4 months ago • 9 comments

Superword creates a Replicate node at a ConvL2I node and uses the type of the result of the ConvL2I to pick the type of the Replicate instead of the type of the input to the ConvL2I.


Progress

  • [ ] Change must be properly reviewed (1 review required, with at least 1 Reviewer)
  • [x] Change must not contain extraneous whitespace
  • [x] Commit message must refer to an issue

Issue

  • JDK-8341834: C2 compilation fails with "bad AD file" due to Replicate (Bug - P3)

Reviewing

Using git

Checkout this PR locally:
$ git fetch https://git.openjdk.org/jdk.git pull/21660/head:pull/21660
$ git checkout pull/21660

Update a local copy of the PR:
$ git checkout pull/21660
$ git pull https://git.openjdk.org/jdk.git pull/21660/head

Using Skara CLI tools

Checkout this PR locally:
$ git pr checkout 21660

View PR using the GUI difftool:
$ git pr show -t 21660

Using diff file

Download this PR as a diff file:
https://git.openjdk.org/jdk/pull/21660.diff

Webrev

Link to Webrev Comment

rwestrel avatar Oct 23 '24 08:10 rwestrel