mirror of
https://github.com/RRZE-HPC/OSACA.git
synced 2026-01-05 10:40:06 +01:00
Throughput assignment adjustments
This commit is contained in:
@@ -600,7 +600,7 @@ class ParserAArch64(BaseParser):
|
||||
"""Check if ``flag_a`` is dependent on ``flag_b``"""
|
||||
# we assume flags are independent of each other, e.g., CF can be read while ZF gets written
|
||||
# TODO validate this assumption
|
||||
if flag_a["name"] == flag_b["name"]:
|
||||
if flag_a.name == flag_b["name"]:
|
||||
return True
|
||||
return False
|
||||
|
||||
|
||||
Reference in New Issue
Block a user