tinygo/interp/testdata
Ayke van Laethem 08a51535d4 interp: add support for constant icmp instructions
These instructions sometimes pop up in LLVM 15, but they never occured
in LLVM 14. Implementing them is relatively straightforward: simply
generalize the code that already exists for llvm.ICmp interpreting.
2022-10-19 22:23:19 +02:00
..
alloc.ll
alloc.out.ll
basic.ll interp: take care of constant globals 2021-11-11 08:59:32 +01:00
basic.out.ll interp: take care of constant globals 2021-11-11 08:59:32 +01:00
consteval.ll interp: add support for constant icmp instructions 2022-10-19 22:23:19 +02:00
consteval.out.ll interp: add support for constant icmp instructions 2022-10-19 22:23:19 +02:00
interface.ll interp: handle type assertions on nil interfaces 2022-01-21 14:49:36 +01:00
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 interp: do not unroll loops 2022-06-02 18:13:56 +02:00
revert.out.ll interp: do not unroll loops 2022-06-02 18:13:56 +02:00
slice-copy.ll
slice-copy.out.ll all: update to LLVM 14 2022-04-23 08:45:46 +02:00