]> git.nickg.me.uk Git - nvc.git/commit
Improve code generation for constant array aggregates
authorNick Gasson <nick@nickg.me.uk>
Sat, 9 Sep 2023 12:20:13 +0000 (13:20 +0100)
committerNick Gasson <nick@nickg.me.uk>
Sat, 9 Sep 2023 12:20:13 +0000 (13:20 +0100)
commite79b77484ab2478621f680b634258e5ef9be9dcc
tree203b828664e7994a07c2ccb1dd7dc41e3a0601bf
parent328891e6918fc4f9b4e14640a4de4774a749a33a
Improve code generation for constant array aggregates
15 files changed:
src/jit/jit-exits.c
src/lower.c
src/sem.c
src/vcode.c
test/lower/const3.vhd [new file with mode: 0644]
test/regress/bounds40.vhd [new file with mode: 0644]
test/regress/bounds41.vhd [new file with mode: 0644]
test/regress/gold/bounds33.txt
test/regress/gold/bounds35.txt
test/regress/gold/bounds36.txt
test/regress/gold/bounds37.txt
test/regress/gold/bounds40.txt [new file with mode: 0644]
test/regress/gold/bounds41.txt [new file with mode: 0644]
test/regress/testlist.txt
test/test_lower.c