Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
8268461: ARM32: vector intrinsics reaches ShouldNotReachHere
Reviewed-by: jiefu, njian
  • Loading branch information
mychris authored and DamonFool committed Jun 10, 2021
1 parent 78b09ab commit 1fd8146
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hotspot/cpu/arm/arm.ad
Expand Up @@ -977,7 +977,7 @@ const bool Matcher::match_rule_supported_vector(int opcode, int vlen, BasicType
// TODO
// identify extra cases that we might want to provide match rules for
// e.g. Op_ vector nodes and other intrinsics while guarding with vlen
bool ret_value = match_rule_supported(opcode);
bool ret_value = match_rule_supported(opcode) && vector_size_supported(bt, vlen);
// Add rules here.

return ret_value; // Per default match rules are supported.
Expand Down

1 comment on commit 1fd8146

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.