tinygo/interp/testdata
Ayke van Laethem 1f6d34d995 interp: make getelementptr offsets signed
getelementptr offsets are signed, not unsigned. Yet they were used as
unsigned integers in interp.
Somehow this worked most of the time, until finally there was some code
that did a getelementptr with a negative index.
2024-02-27 15:16:38 +01: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 interp: make getelementptr offsets signed 2024-02-27 15:16:38 +01:00
basic.out.ll interp: make getelementptr offsets signed 2024-02-27 15:16:38 +01: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