RFR: 8275448: [REDO] AArch64: Implement string_compare intrinsic in SVE [v2]

TatWai Chong duke at openjdk.java.net
Thu Oct 28 00:35:33 UTC 2021


> After JDK-8269559 was integrated there are failures in tier1 testing
> across Mac OS X 11.4 (aarch64) machines. Please see JDK-8275263.
> 
> This patch is NOT functional; rather, this tends to verify potential
> toolchain issues as the original patch pass testing on other
> platforms.
> 
> In this patch, we remove new SVE-related matching rules and register
> class introduced in the original patch to minimally affect the
> non-SVE part.

TatWai Chong has updated the pull request incrementally with one additional commit since the last revision:

  Add the register class and description for this SVE intrinsic.

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

Changes:
  - all: https://git.openjdk.java.net/jdk/pull/6072/files
  - new: https://git.openjdk.java.net/jdk/pull/6072/files/4ad06d94..c173d9c4

Webrevs:
 - full: https://webrevs.openjdk.java.net/?repo=jdk&pr=6072&range=01
 - incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=6072&range=00-01

  Stats: 156 lines in 3 files changed: 156 ins; 0 del; 0 mod
  Patch: https://git.openjdk.java.net/jdk/pull/6072.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/6072/head:pull/6072

PR: https://git.openjdk.java.net/jdk/pull/6072


More information about the hotspot-compiler-dev mailing list