Skip to content

Commit 56b928f

Browse files
authored
Test i128<->vector bitcasts on all non-Pulley architectures (#10686)
1 parent 453bb9a commit 56b928f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

cranelift/filetests/filetests/runtests/simd-bitcast-i128.clif

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
test run
22
set enable_multi_ret_implicit_sret
3+
set enable_llvm_abi_extensions
4+
target x86_64
5+
target x86_64 has_avx
6+
target aarch64
37
target riscv64 has_v
48
target riscv64 has_v has_c has_zcb
9+
target s390x
510

611
function %bitcast_i64x2_to_i128(i64x2) -> i128 {
712
block0(v0: i64x2):

0 commit comments

Comments
 (0)