Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8236353 | 15 | Jatin Bhateja | P3 | Resolved | Fixed | team |
Extend Matcher::match_rule_supported_vector() with element basic type information and refactor x86 implementation:
-const bool Matcher::match_rule_supported_vector(int opcode, int vlen) {
+const bool Matcher::match_rule_supported_vector(int opcode, int vlen, BasicType bt) {
-const bool Matcher::match_rule_supported_vector(int opcode, int vlen) {
+const bool Matcher::match_rule_supported_vector(int opcode, int vlen, BasicType bt) {
- backported by
-
JDK-8236353 C2: Extend Matcher::match_rule_supported_vector() with element type information
-
- Resolved
-
- blocks
-
JDK-8230015 [instruction selector] generic vector operands support.
-
- Resolved
-