-
Enhancement
-
Resolution: Unresolved
-
P4
-
24
-
aarch64
In JDK-8331295, we discovered that the C2 matcher (instruction selector) unnecessarily clones address computations that are indirect memory input to memory access instructions. The fix for JDK-8331295 covers only a particular case of volatile loads and stores. It may be of interest to do a more rigorous check to see if there are other nodes, that are also cloned indirect memory inputs, that could benefit from a similar treatment.
- relates to
-
JDK-8331295 C2: Do not clone address computations that are indirect memory input to at least one load/store
-
- Closed
-