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
Debugging large programs in SSA can often be difficult. A small change can lead to large changes in ValueIds which carry over after each pass.
Happy Case
We should add a debug option to re-insert each ValueId starting from v0, v1, etc. This way it will be much easier to diff two different SSA files to see where they start to differ.
The constant folding pass will already re-insert each instruction, although we'd need to force the value ids to be reset.
Workaround
None
Workaround Description
No response
Additional Context
No response
Project Impact
None
Blocker Context
No response
Would you like to submit a PR for this Issue?
None
Support Needs
No response
The text was updated successfully, but these errors were encountered:
Problem
Debugging large programs in SSA can often be difficult. A small change can lead to large changes in ValueIds which carry over after each pass.
Happy Case
We should add a debug option to re-insert each ValueId starting from
v0
,v1
, etc. This way it will be much easier to diff two different SSA files to see where they start to differ.The constant folding pass will already re-insert each instruction, although we'd need to force the value ids to be reset.
Workaround
None
Workaround Description
No response
Additional Context
No response
Project Impact
None
Blocker Context
No response
Would you like to submit a PR for this Issue?
None
Support Needs
No response
The text was updated successfully, but these errors were encountered: