Allow constant function calls in for loops and generate if and case
authorZachary Snow <zach@zachjs.com>
Sat, 27 Jun 2020 02:52:36 +0000 (19:52 -0700)
committerZachary Snow <zach@zachjs.com>
Mon, 29 Jun 2020 22:06:17 +0000 (16:06 -0600)
commit27cec16cda7d10e94931b25711358da2b382fdbf
tree0aa166b168110f903e8ac5f3f22d1e0b028ef14b
parent4160acc0b19532d50435abbc66bd2f6aab9473b6
Allow constant function calls in for loops and generate if and case
frontends/ast/simplify.cc
tests/various/const_func.v [new file with mode: 0644]
tests/various/const_func.ys [new file with mode: 0644]