cranelift: Implement {u,s}extend.i128 in interpreter (#4505)

This commit is contained in:
Afonso Bordado
2022-07-22 18:47:10 +01:00
committed by GitHub
parent 2ba3025e67
commit d89c262657
3 changed files with 16 additions and 1 deletions

View File

@@ -1,3 +1,4 @@
test interpret
test run
target aarch64
target s390x
@@ -210,4 +211,3 @@ block0(v0: i32, v1: i32):
}
; run: %add_sextend32_64(0xffff_ee00, 0x1000_0001) == 0x0000_0000_0fff_ee01
; run: %add_sextend32_64(0xffff_ee00, 0x9000_0001) == 0xffff_ffff_8fff_ee01

View File

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