Stream: git-wasmtime

Topic: wasmtime / issue #5106 Cranelift: `bmask` not implemented...


view this post on Zulip Wasmtime GitHub notifications bot (Oct 24 2022 at 13:08):

afonso360 opened issue #5106:

:wave: Hey,

This was noted recently in #5031, but I'm adding these to fuzzgen as well and It's complaining about it.

.clif Test Case

test interpret
test run
set enable_llvm_abi_extensions=true
target x86_64

function %a(i64) -> i64 {
block0(v0: i64):
    v1 = bmask.i64 v0
    return v1
}
; run: %a(1) == -1

Steps to Reproduce

Expected Results

The above tests to pass.

Actual Results

    Finished dev [unoptimized + debuginfo] target(s) in 0.14s
     Running `/home/afonso/git/wasmtime/target/debug/clif-util test ./lmao.clif`
thread 'worker #0' panicked at 'not implemented: Bmask not implemented', cranelift/codegen/src/isa/x64/lower.rs:500:26
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
 ERROR cranelift_filetests::concurrent > FAIL: panicked in worker #0: not implemented: Bmask not implemented
FAIL ./lmao.clif: panicked in worker #0: not implemented: Bmask not implemented
1 tests
Error: 1 failure

Versions and Environment

Cranelift version or commit: main
Operating system: Windows
Architecture: x86_64

view this post on Zulip Wasmtime GitHub notifications bot (Oct 24 2022 at 13:08):

afonso360 labeled issue #5106:

:wave: Hey,

This was noted recently in #5031, but I'm adding these to fuzzgen as well and It's complaining about it.

.clif Test Case

test interpret
test run
set enable_llvm_abi_extensions=true
target x86_64

function %a(i64) -> i64 {
block0(v0: i64):
    v1 = bmask.i64 v0
    return v1
}
; run: %a(1) == -1

Steps to Reproduce

Expected Results

The above tests to pass.

Actual Results

    Finished dev [unoptimized + debuginfo] target(s) in 0.14s
     Running `/home/afonso/git/wasmtime/target/debug/clif-util test ./lmao.clif`
thread 'worker #0' panicked at 'not implemented: Bmask not implemented', cranelift/codegen/src/isa/x64/lower.rs:500:26
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
 ERROR cranelift_filetests::concurrent > FAIL: panicked in worker #0: not implemented: Bmask not implemented
FAIL ./lmao.clif: panicked in worker #0: not implemented: Bmask not implemented
1 tests
Error: 1 failure

Versions and Environment

Cranelift version or commit: main
Operating system: Windows
Architecture: x86_64

view this post on Zulip Wasmtime GitHub notifications bot (Oct 24 2022 at 13:08):

afonso360 labeled issue #5106:

:wave: Hey,

This was noted recently in #5031, but I'm adding these to fuzzgen as well and It's complaining about it.

.clif Test Case

test interpret
test run
set enable_llvm_abi_extensions=true
target x86_64

function %a(i64) -> i64 {
block0(v0: i64):
    v1 = bmask.i64 v0
    return v1
}
; run: %a(1) == -1

Steps to Reproduce

Expected Results

The above tests to pass.

Actual Results

    Finished dev [unoptimized + debuginfo] target(s) in 0.14s
     Running `/home/afonso/git/wasmtime/target/debug/clif-util test ./lmao.clif`
thread 'worker #0' panicked at 'not implemented: Bmask not implemented', cranelift/codegen/src/isa/x64/lower.rs:500:26
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
 ERROR cranelift_filetests::concurrent > FAIL: panicked in worker #0: not implemented: Bmask not implemented
FAIL ./lmao.clif: panicked in worker #0: not implemented: Bmask not implemented
1 tests
Error: 1 failure

Versions and Environment

Cranelift version or commit: main
Operating system: Windows
Architecture: x86_64

view this post on Zulip Wasmtime GitHub notifications bot (Oct 24 2022 at 13:11):

afonso360 edited issue #5106:

:wave: Hey,

This was noted recently in #5031, but I'm adding these to fuzzgen as well and It's complaining about it.

.clif Test Case

test interpret
test run
set enable_llvm_abi_extensions=true
target x86_64

function %a(i64) -> i64 {
block0(v0: i64):
    v1 = bmask.i64 v0
    return v1
}
; run: %a(1) == -1

Steps to Reproduce

Expected Results

The above tests to pass.

Actual Results

    Finished dev [unoptimized + debuginfo] target(s) in 0.14s
     Running `/home/afonso/git/wasmtime/target/debug/clif-util test ./lmao.clif`
thread 'worker #0' panicked at 'not implemented: Bmask not implemented', cranelift/codegen/src/isa/x64/lower.rs:500:26
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
 ERROR cranelift_filetests::concurrent > FAIL: panicked in worker #0: not implemented: Bmask not implemented
FAIL ./lmao.clif: panicked in worker #0: not implemented: Bmask not implemented
1 tests
Error: 1 failure

Versions and Environment

Cranelift version or commit: main
Operating system: Windows
Architecture: x86_64

view this post on Zulip Wasmtime GitHub notifications bot (Oct 29 2022 at 00:17):

cfallin closed issue #5106:

:wave: Hey,

This was noted recently in #5031, but I'm adding these to fuzzgen as well and It's complaining about it.

.clif Test Case

test interpret
test run
set enable_llvm_abi_extensions=true
target x86_64

function %a(i64) -> i64 {
block0(v0: i64):
    v1 = bmask.i64 v0
    return v1
}
; run: %a(1) == -1

Steps to Reproduce

Expected Results

The above tests to pass.

Actual Results

    Finished dev [unoptimized + debuginfo] target(s) in 0.14s
     Running `/home/afonso/git/wasmtime/target/debug/clif-util test ./lmao.clif`
thread 'worker #0' panicked at 'not implemented: Bmask not implemented', cranelift/codegen/src/isa/x64/lower.rs:500:26
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
 ERROR cranelift_filetests::concurrent > FAIL: panicked in worker #0: not implemented: Bmask not implemented
FAIL ./lmao.clif: panicked in worker #0: not implemented: Bmask not implemented
1 tests
Error: 1 failure

Versions and Environment

Cranelift version or commit: main
Operating system: Windows
Architecture: x86_64


Last updated: Oct 23 2024 at 20:03 UTC