FunC codegen error for obvious cases of zero division in statements #716
Labels
kind: bug
Something isn't working or isn't right
misc: func
Any issues related to FunC
scope: partial-eval
The constant and partial evaluation optimization mechanisms (src/optimizer/constEval.ts)
Milestone
Results in the following error message from FunC:
As far as I understand this happens during code generation when going from FunC to Fift-asm.
To resolve this, we need to track variables whose values can be determined at compile-time.
The text was updated successfully, but these errors were encountered: