You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
because both specializing and recording uops must be first. Since specializing uops are only present in tier 1, and recording uops are only present in tier 2, there should be no conflict.
We should fix Tools/cases_generator/analyzer.py to allow a recording uop to follow a specializing uop.
Currently, this is illegal in bytecodes.c:
because both specializing and recording uops must be first. Since specializing uops are only present in tier 1, and recording uops are only present in tier 2, there should be no conflict.
We should fix
Tools/cases_generator/analyzer.pyto allow a recording uop to follow a specializing uop.Linked PRs