We don't have overlap in behavior for branch instructions anymore, so we can remove analyze_branch and instead match on the InstructionData directly. Co-authored-by: Jamey Sharp <jamey@minilop.net>
This crate contains the core Cranelift code generator. It translates code from an intermediate representation into executable machine code.