Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cleanup bytecode constructor codegen (#931)
* extract unary bytecode constructors * extract load instruction constructors * extract store instruction constructors * cleanup store instruction constructors * cleanup load instruction constructors * cleanup binary instruction constructors * cleanup branch+cmp instruction constructors * cleanup divrem (imm) constructors * silence clippy warning for tests
- Loading branch information