FunC codegen error for obvious cases of zero division in statements #716
Labels
bug
Something isn't working or isn't right
func
scope: const-eval
The constant and partial evaluation optimization mechanisms
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: