mirror of
https://github.com/openjdk/jdk.git
synced 2026-01-28 03:58:21 +00:00
add match_rule_supported check for MinF, MaxF, MinD, MaxD and PPC >= 9
This commit is contained in:
parent
495c3d4cd2
commit
37d41b89a9
@ -2234,6 +2234,12 @@ bool Matcher::match_rule_supported(int opcode) {
|
||||
case Op_FmaVD:
|
||||
return (SuperwordUseVSX && UseFMA);
|
||||
|
||||
case Op_MinF:
|
||||
case Op_MaxF:
|
||||
case Op_MinD:
|
||||
case Op_MaxD:
|
||||
return (PowerArchitecturePPC64 >= 9);
|
||||
|
||||
case Op_Digit:
|
||||
return vmIntrinsics::is_intrinsic_available(vmIntrinsics::_isDigit);
|
||||
case Op_LowerCase:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user