Blocks :
|
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) {
|