Files
wasmtime/cranelift/filetests/filetests/runtests/i128-const.clif
2021-09-29 17:37:23 +02:00

14 lines
250 B
Plaintext

test interpret
test run
set enable_llvm_abi_extensions=true
target aarch64
; target s390x TODO: Not yet implemented on s390x
target x86_64
function %i128_const_0() -> i128 {
block0:
v1 = iconst.i128 0
return v1
}
; run: %i128_const_0() == 0