-
Type:
Enhancement
-
Resolution: Unresolved
-
Priority:
P4
-
Affects Version/s: 27
-
Component/s: hotspot
-
In Review
-
ppc
Implement nodes which match the following rules:
match(Set dst (MinF src1 src2));
match(Set dst (MinD src1 src2));
match(Set dst (MaxF src1 src2));
match(Set dst (MaxD src1 src2));
Power 9 offers these instructions specifically for Java:
xsminjdp
xsmaxjdp
match(Set dst (MinF src1 src2));
match(Set dst (MinD src1 src2));
match(Set dst (MaxF src1 src2));
match(Set dst (MaxD src1 src2));
Power 9 offers these instructions specifically for Java:
xsminjdp
xsmaxjdp
- links to
-
Review(master)
openjdk/jdk/29361