cranelift: Fix shifts and implement rotates in interpreter (#4519)

* cranelift: Fix shifts and implement rotates in interpreter

* x64: Implement `rotl`/`rotr` for some small type combinations
This commit is contained in:
Afonso Bordado
2022-08-11 20:15:52 +01:00
committed by GitHub
parent 67870d1518
commit e4adc46e6d
9 changed files with 868 additions and 70 deletions

View File

@@ -1,3 +1,4 @@
test interpret
test run
set enable_llvm_abi_extensions=true
target aarch64