Files
wasmtime/cranelift/codegen
Ulrich Weigand 342f805812 Use vselect in NaN canonicalization pass. (#5192)
Change add_nan_canon_seq to use vselect instead of bitselect.
This is more straightforward and removes bitcast operations.
Codegen should be unchanged.
2022-11-03 20:36:38 +00:00
..
2021-10-10 14:19:08 +02:00
2022-10-05 09:30:55 -05:00
2022-11-01 11:18:19 -07:00

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