On Tue Sep 12 16:36:06 2023 +0000, Zebediah Figura wrote:
I think we can get rid of LERP. We don't use it and I don't anticipate we're going to. sm1 has an opcode "lrp", but I can't get the native compiler to generate it. Probably it's meant for assembly only. We may be safest not generating it in that case, although I'm not really sure. Frankly, even if we do output it, we may want that to be a raising pass on the vsir.
I thought about removing it too, but decided to leave it on blind trust towards who originally introduced it. It seems that removing is the best option, though.