Files
wasmtime/cranelift/codegen
teapotd e430984ac4 Improve bitselect codegen with knowledge of operand origin (#1783)
* Encode vselect using BLEND instructions on x86

* Legalize vselect to bitselect

* Optimize bitselect to vselect for some operands

* Add run tests for bitselect-vselect optimization

* Address review feedback
2020-05-29 19:53:11 -07:00
..

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