]> git.nickg.me.uk Git - nvc.git/commit
Properly handle link package opcode in jit-irgen. Issue #496
authorNick Gasson <nick@nickg.me.uk>
Thu, 28 Jul 2022 21:07:42 +0000 (22:07 +0100)
committerNick Gasson <nick@nickg.me.uk>
Fri, 29 Jul 2022 19:28:53 +0000 (20:28 +0100)
commitf8ecdd2cdc4654410dfabe010fcc58731783b1bf
tree702fdffc25cd535eef39614077c09b75adffe5e0
parent525a7597743ef1c3ac72b89f15cff6d232dfea8b
Properly handle link package opcode in jit-irgen. Issue #496
12 files changed:
src/jit/jit-core.c
src/jit/jit-dump.c
src/jit/jit-interp.c
src/jit/jit-irgen.c
src/jit/jit-priv.h
src/lower.c
src/vcode.c
test/jit/issue496.vhd [new file with mode: 0644]
test/lower/pack1.vhd
test/test_jit.c
test/test_lower.c
test/test_util.c