RFR: 8305073: Fix VerifyLoopOptimizations - step 2 - verify idom [v2]

Emanuel Peter epeter at openjdk.org
Mon May 15 09:24:43 UTC 2023


> This is the second step in the `VerifyLoopOptimizations` revival.
> 
> Last step:
> [JDK-8173709](https://bugs.openjdk.org/browse/JDK-8173709) Fix VerifyLoopOptimizations - step 1 - minimal infrastructure 
> See PR for all the planned steps: https://github.com/openjdk/jdk/pull/13207
> 
> Bug fixing for this step:
> [JDK-8308084](https://bugs.openjdk.org/browse/JDK-8308084) C2 fix idom bug in PhaseIdealLoop::create_new_if_for_predicate
> (https://github.com/openjdk/jdk/pull/13980)
> 
> Next step:
> [JDK-8307982](https://bugs.openjdk.org/browse/JDK-8307982) Fix VerifyLoopOptimizations - step 3 - fix ctrl/loop

Emanuel Peter has updated the pull request incrementally with one additional commit since the last revision:

  remove bug fix, is fixed in JDK-8308084

-------------

Changes:
  - all: https://git.openjdk.org/jdk/pull/13951/files
  - new: https://git.openjdk.org/jdk/pull/13951/files/1e1abc4c..56f66361

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=13951&range=01
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=13951&range=00-01

  Stats: 15 lines in 1 file changed: 7 ins; 8 del; 0 mod
  Patch: https://git.openjdk.org/jdk/pull/13951.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/13951/head:pull/13951

PR: https://git.openjdk.org/jdk/pull/13951


More information about the hotspot-compiler-dev mailing list