8262355: Support for AVX-512 opmask register allocation.

Reviewed-by: vlivanov, njian, kvn
This commit is contained in:
Jatin Bhateja 2021-04-04 17:47:23 +00:00
parent 078066695b
commit f084bd2f61
41 changed files with 1570 additions and 295 deletions

View file

@ -3964,7 +3964,7 @@ bool MatchRule::is_base_register(FormDict &globals) const {
strcmp(opType,"RegL")==0 ||
strcmp(opType,"RegF")==0 ||
strcmp(opType,"RegD")==0 ||
strcmp(opType,"RegVMask")==0 ||
strcmp(opType,"RegVectMask")==0 ||
strcmp(opType,"VecA")==0 ||
strcmp(opType,"VecS")==0 ||
strcmp(opType,"VecD")==0 ||