Files
wasmtime/cranelift/codegen
Andrew Brown 8598295bc4 Remove FPR32; fixes #1303
Until #1306 is resolved (some spilling/regalloc issue with larger FPR register banks), this removes FPR32 support. Only Wasm's `i64x2.mul` was using this register class and that instruction is predicated on AVX512 support; for the time being, that instruction will have to make do with the 16 FPR registers.
2020-03-17 12:46:41 -07:00
..
2020-03-17 12:46:41 -07:00
2020-03-17 12:46:41 -07:00
2019-12-07 09:47:43 -08:00

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