JDK-8270366 : C2: Add associative rule to add/sub node
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 18
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2021-07-13
  • Updated: 2021-07-22
  • Resolved: 2021-07-15
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 18
18 b07Fixed
Related Reports
Relates :  
Description
The associative transformation: a*b +/- a*c => a*(b+/-c) eliminates a multiply operation.
Comments
Changeset: 746fe5dc Author: Zhengyu Gu <zgu@openjdk.org> Date: 2021-07-15 16:40:30 +0000 URL: https://git.openjdk.java.net/jdk/commit/746fe5dc6857f6e0af42ed150665fa26f52b60ee
15-07-2021