Files
wasmtime/cranelift/codegen
Ulrich Weigand e10094dcd6 s390x: Support scalar min/max clif instructions (#5762)
We don't have ISA instructions for that, so simply expand them
to icmp + select.

Also enable fuzzing for those clif instructions now.
2023-02-15 11:45:09 +00:00
..
2021-10-10 14:19:08 +02:00
2023-02-06 09:10:19 -06:00
2023-02-14 19:45:15 +00:00

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