Skip to content

[bugfix] Remove some codegen time evaluation of predicates

Dominic Kempf requested to merge bugfix/conditionals-with-function-calls into master

This does not work if the predicate contains a function call (you cannot infer the possible return values at codegen time).

Merge request reports