Improve the generated code for unordered floating point comparisons by negating the comparison and inveritng the branches. This allows us to pick the unordered versions, which generate significantly better code.
This crate contains the core Cranelift code generator. It translates code from an intermediate representation into executable machine code.