cranelift: Support boolean arguments larger than b1 in trampoline (#4323)

This commit is contained in:
Afonso Bordado
2022-06-27 19:51:55 +01:00
committed by GitHub
parent dc2fe0ac67
commit 2327127b7d
3 changed files with 16 additions and 1 deletions

View File

@@ -1,4 +1,8 @@
test interpret
test run
target aarch64
target x86_64
target s390x
function %bextend_b1_b8(b1) -> b8 {
block0(v0: b1):

View File

@@ -1,4 +1,8 @@
test interpret
test run
target aarch64
target x86_64
target s390x
function %breduce_b8_b1(b8) -> b1 {
block0(v0: b8):