Files
wasmtime/cranelift/codegen
Alex Crichton 967543eb43 aarch64: Add more lowerings for the CLIF fma (#6150)
This commit adds new lowerings to the AArch64 backend of the
element-based `fmla` and `fmls` instructions. These instructions have
one of the multiplicands as an implicit broadcast of a single lane of
another register and can help remove `shuffle` or `dup` instructions
that would otherwise be used to implement them.
2023-04-05 17:22:55 +00:00
..
2023-04-05 17:06:36 +00:00
2023-04-05 17:06:36 +00:00
2023-04-05 17:06:36 +00:00

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