Files
wasmtime/cranelift/codegen
yuyang 812b4b5229 Codegen fix atomic_cas with samll types on riscv64 (#5919)
* fix issue5901

* add regression test file.

* fix regression targets.

* fix a comment.

* enable atomic-cas-little for riscv64

* specify little endian some s390x can pass test.

* fix register error
2023-03-07 13:32:28 +00:00
..
2021-10-10 14:19:08 +02:00
2023-03-06 15:08:16 +00:00
2023-03-06 15:08:16 +00:00

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