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
alloc.out.ll Switch interp tests to opaque pointers 2023-04-16 03:34:46 +02:00
basic.ll
basic.out.ll
consteval.ll
consteval.out.ll
interface.ll
interface.out.ll interp: handle type assertions on nil interfaces 2022-01-21 14:49:36 +01:00
phi.ll
phi.out.ll
revert.ll Switch interp tests to opaque pointers 2023-04-16 03:34:46 +02:00
revert.out.ll
slice-copy.ll
slice-copy.out.ll