tinygo/interp/testdata
Ayke van Laethem f11731ff35 interp: don't copy unknown values in runtime.sliceCopy
This was bug https://github.com/tinygo-org/tinygo/issues/3890.
See the diff for details. Essentially, it means that `copy` in the
interpreter was copying data that wasn't known yet, or copying data into
a slice that could be read externally after the interp pass.
2023-09-10 11:30:09 +02:00
..
alloc.ll Switch interp tests to opaque pointers 2023-04-16 03:34:46 +02:00
alloc.out.ll Switch interp tests to opaque pointers 2023-04-16 03:34:46 +02:00
basic.ll Switch interp tests to opaque pointers 2023-04-16 03:34:46 +02:00
basic.out.ll Switch interp tests to opaque pointers 2023-04-16 03:34:46 +02:00
consteval.ll interp: add support for reading a pointer tag 2023-05-20 23:57:20 +02:00
consteval.out.ll interp: add support for reading a pointer tag 2023-05-20 23:57:20 +02:00
interface.ll Switch interp tests to opaque pointers 2023-04-16 03:34:46 +02:00
interface.out.ll interp: handle type assertions on nil interfaces 2022-01-21 14:49:36 +01:00
phi.ll Switch interp tests to opaque pointers 2023-04-16 03:34:46 +02:00
phi.out.ll interp: fix phi instruction 2021-04-21 07:37:22 +02:00
revert.ll Switch interp tests to opaque pointers 2023-04-16 03:34:46 +02:00
revert.out.ll Switch interp tests to opaque pointers 2023-04-16 03:34:46 +02:00
slice-copy.ll interp: don't copy unknown values in runtime.sliceCopy 2023-09-10 11:30:09 +02:00
slice-copy.out.ll interp: don't copy unknown values in runtime.sliceCopy 2023-09-10 11:30:09 +02:00