We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11de93e commit 4698695Copy full SHA for 4698695
Tools/cases_generator/uop_metadata_generator.py
@@ -36,6 +36,7 @@ def uop_cache_info(uop: Uop) -> str | None:
36
max_inputs = i
37
if i < min_inputs:
38
min_inputs = i
39
+ max_inputs, delta # type: ignore[possibly-undefined]
40
return f"{{ {min_inputs}, {max_inputs}, {delta}, {{ {', '.join(uops)} }} }}"
41
42
0 commit comments