Files
wasmtime/cranelift/codegen
iximeow 6e57e3f8f3 preopt: use replaced arg after having replaced BinaryImm
when replacing BinaryImm, we use the prior arg, but later use the arg
that was replaced when writing an alias if we can determine the new op
is actually equivalent to a simple copy
2019-08-01 11:00:37 +02:00
..
2019-07-27 04:50:19 -07:00
2019-07-27 04:50:19 -07:00

This crate contains the core Cranelift code generator. It translates code from an intermediate representation into executable machine code.