Files
wasmtime/cranelift/codegen
yuyang 20198d94c6 Codegen fix atomic_rmw_loop missing move result to dst register On riscv64. (#5898)
* fix issue5884.

* fix issue5884

* fix test failure

* fix atomic rmw missing move result to dst register.

* specify little endian some s390x can pass test.
2023-03-06 11:27:46 +00:00
..
2021-10-10 14:19:08 +02:00
2023-02-06 09:10:19 -06:00

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