Spidermonkey returns a sentinel ref value of '-1' from some VM functions to indicate failure. This commit adds an instruction analagous to ref.is_null that checks for this value.
This crate contains the core Cranelift code generator. It translates code from an intermediate representation into executable machine code.