LemonBoy c1cc1ebc35 ir: Avoid constant-folding ptr to sentinels
Constant-folding the pointers to the expected sentinel value have some
big problems: it hides the real content of the array, makes the pointer
to the sentinel point to a completely different memory region and treats
it like a const value even when the underlying array is mutable.

Fixes #4840
2020-03-30 11:03:56 -04:00
..
2019-12-03 12:50:42 -05:00
2020-03-18 16:42:47 -04:00
2020-03-26 14:07:19 -04:00
2019-12-09 15:27:27 -05:00
2020-03-28 20:40:26 -04:00