Files
wasmtime/cranelift/codegen
Andrew Brown 994fe41daf x64: allow vector types in select move
As reported in #3173, the `select` instruction fails an assertion when it is given `v128` types as operands. This change relaxes the assertion to allow the same type of XMM move that occurs for the f32 and f64 types. This fixes #3173 in the old `lower.rs` code temporarily until the relatively complex `select` lowering can be ported to ISLE.
2021-11-19 11:24:30 -08:00
..
2021-10-10 14:19:08 +02:00
2021-11-17 13:04:17 -08:00
2021-11-17 13:04:17 -08:00

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