tinygo/interp/testdata
Ayke van Laethem 0db26b0662 interp: support integer icmp of ptrtoint
This kind of code might be generated by the switch implementation of
func values. The func value is represented as a ptrtoint, and before
calling it, it is compared against 0.
2019-11-26 14:43:05 +01:00
..
basic.ll interp: fix inserting non-const values in a const aggregate 2019-11-18 18:31:56 +01:00
basic.out.ll interp: fix inserting non-const values in a const aggregate 2019-11-18 18:31:56 +01:00
consteval.ll interp: support integer icmp of ptrtoint 2019-11-26 14:43:05 +01:00
consteval.out.ll interp: support integer icmp of ptrtoint 2019-11-26 14:43:05 +01:00
scan.ll interp: fix "todo: store" panic 2019-11-04 13:32:22 +01:00
slice-copy.ll interp: implement runtime.sliceCopy 2019-09-24 18:16:43 +02:00
slice-copy.out.ll interp: implement runtime.sliceCopy 2019-09-24 18:16:43 +02:00