]> git.nickg.me.uk Git - nvc.git/commit
Fold locally static expressions with array type
authorNick Gasson <nick@nickg.me.uk>
Mon, 16 Oct 2023 13:30:45 +0000 (14:30 +0100)
committerNick Gasson <nick@nickg.me.uk>
Mon, 16 Oct 2023 13:46:23 +0000 (14:46 +0100)
commit79b39499c0d21f0112ec9e1e3f4e909bf4c9971e
tree666c28aa018a72180478d251656dc0ff089a99c8
parentd1d80e589cd88cfa1d3708bd735f0ffaf28e9395
Fold locally static expressions with array type
12 files changed:
src/eval.c
src/jit/jit-core.c
src/jit/jit.h
src/lower.c
src/simp.c
src/util.c
src/util.h
src/vcode.c
test/simp/casearray1.vhd [new file with mode: 0644]
test/simp/conv1.vhd [new file with mode: 0644]
test/test_misc.c
test/test_simp.c