mirror of
https://github.com/RRZE-HPC/OSACA.git
synced 2026-01-08 12:10:06 +01:00
added option of explicitly mentioning k regs in DB (not simply gpr)
This commit is contained in:
@@ -690,6 +690,8 @@ class MachineModel(object):
|
||||
return False
|
||||
return True
|
||||
else:
|
||||
if reg["name"].rstrip(string.digits).lower() == i_reg_name:
|
||||
return True
|
||||
if i_reg_name == "gpr":
|
||||
return True
|
||||
return False
|
||||
|
||||
Reference in New Issue
Block a user