Files
wasmtime/cranelift/codegen
Ulrich Weigand 961107ec63 Merge raw_bitcast and bitcast (#5175)
- Allow bitcast for vectors with differing lane widths
- Remove raw_bitcast IR instruction
- Change all users of raw_bitcast to bitcast
- Implement support for no-op bitcast cases across backends

This implements the second step of the plan outlined here:
https://github.com/bytecodealliance/wasmtime/issues/4566#issuecomment-1234819394
2022-11-02 10:16:27 -07:00
..
2021-10-10 14:19:08 +02:00
2022-10-05 09:30:55 -05:00
2022-11-02 10:16:27 -07: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.