Problem
When testing with the SSA interpreter, it's useful to recreate the behavior "from scratch" to ensure that it matches the "default SSA interpreter behavior" when using a test harness.
Happy Case
Add a new binary ssa_interpreter or similar:
- It may also be useful to have a command-line flag to run a full execution with
noirc_evaluator, starting from input SSA
- Accept SSA through STDIN or a file
- Akosh's method to filter SSA passes by string could also be useful for this
Workaround
Yes
Workaround Description
Make new unit tests
Additional Context
No response
Project Impact
Nice-to-have
Blocker Context
No response
Would you like to submit a PR for this Issue?
None
Support Needs
No response
Problem
When testing with the SSA interpreter, it's useful to recreate the behavior "from scratch" to ensure that it matches the "default SSA interpreter behavior" when using a test harness.
Happy Case
Add a new binary
ssa_interpreteror similar:noirc_evaluator, starting from input SSAWorkaround
Yes
Workaround Description
Make new unit tests
Additional Context
No response
Project Impact
Nice-to-have
Blocker Context
No response
Would you like to submit a PR for this Issue?
None
Support Needs
No response