[jdk19] RFR: 8288112: C2: Error: ShouldNotReachHere() in Type::typerr() [v2]

Jatin Bhateja jbhateja at openjdk.org
Mon Jul 11 14:00:25 UTC 2022


> [JDK-8284960](https://bugs.openjdk.org/browse/JDK-8284960) added new vector IR nodes and target specific backend support for  Reverse Byte vector operations.  
> Auto-vectorization analysis based on vector IR opcode existence and target backed implementation for existing Java SE APIs [Short/Character/Integer/Long].reverseBytes passes since both vector IR and backend support already exist for these operations. This bug fix patch handled missing scalar reverse byte IR cases in SLP optimizer to enable creation of corresponding vector IR nodes.
> 
> A new JBS issue [JDK-8290034](https://bugs.openjdk.org/browse/JDK-8290034) is created to add the missing auto-vectorization support for bit reverse operation targeting JDK mainline.
> 
> Kindly review and share your feedback.
> 
> Best Regards,
> Jatin

Jatin Bhateja has updated the pull request incrementally with one additional commit since the last revision:

  8288112: Correcting micros.

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

Changes:
  - all: https://git.openjdk.org/jdk19/pull/128/files
  - new: https://git.openjdk.org/jdk19/pull/128/files/9915cc79..b4fc2c7b

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

  Stats: 12 lines in 2 files changed: 6 ins; 2 del; 4 mod
  Patch: https://git.openjdk.org/jdk19/pull/128.diff
  Fetch: git fetch https://git.openjdk.org/jdk19 pull/128/head:pull/128

PR: https://git.openjdk.org/jdk19/pull/128


More information about the hotspot-compiler-dev mailing list