jasmin
jasmin copied to clipboard
Lowering should be allowed to fail
trafficstars
When lowering does not know what to do for a given instruction, it returns it without touching it. The following passes in the compiler then receive a sometimes nonsensical instruction. It would be cleaner if lowering failed in these cases.