added more dependency analysis for post/pre indexing and condition flags

This commit is contained in:
JanLJL
2023-03-14 17:00:02 +01:00
parent d6569a0f23
commit d1201ace11
8 changed files with 161 additions and 47 deletions

View File

@@ -144,9 +144,9 @@ class Frontend(object):
+ "-----------------------------------------\n"
)
# TODO find a way to overcome padding for different tab-lengths
for dep in dep_dict:
for dep in sorted(dep_dict.keys()):
s += "{:4d} {} {:4.1f} {} {:36}{} {}\n".format(
dep,
int(dep.split("-")[0]),
separator,
dep_dict[dep]["latency"],
separator,