-
Type:
Enhancement
-
Resolution: Unresolved
-
Priority:
P4
-
Affects Version/s: 26
-
Component/s: hotspot
As discussed at: https://github.com/openjdk/jdk/pull/28309#discussion_r2533013052
Currently, CMoveI/L is not guaranteed to be generated from a Phi, but generation of CMovel/L is helpful, as it can trigger the vectorization from CMoveI/L.
So, it's worth to do some investigation whether we can generate CMoveI/L from a Phi.
Currently, CMoveI/L is not guaranteed to be generated from a Phi, but generation of CMovel/L is helpful, as it can trigger the vectorization from CMoveI/L.
So, it's worth to do some investigation whether we can generate CMoveI/L from a Phi.