afonso360 labeled issue #5041:
:wave: Hey,
It looks like we don't support
band_not
,bor_not
,bxor_not
for any integer type (i8
/i16
/i32
,i64
,i128
).
.clif
Test Casetest run target x86_64 function %a(i32, i32) -> i32 { block0(v0: i32, v1: i32): v2 = band_not v0, v1 return v2 } ; run: %a(1, 1) == 0
Steps to Reproduce
clif-util test ./the-above.clif
Expected Results
The test to pass
Actual Results
Running `/home/afonso/git/wasmtime/target/debug/clif-util test ./lmao.clif` thread 'worker #0' panicked at 'called `Option::unwrap()` on a `None` value', cranelift/codegen/src/isa/x64/lower/isle.rs:506:21 note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace ERROR cranelift_filetests::concurrent > FAIL: panicked in worker #0: called `Option::unwrap()` on a `None` value FAIL ./lmao.clif: panicked in worker #0: called `Option::unwrap()` on a `None` value 1 tests Error: 1 failure
Versions and Environment
Cranelift version or commit: main
Operating system: linux
Architecture: x86_64
afonso360 labeled issue #5041:
:wave: Hey,
It looks like we don't support
band_not
,bor_not
,bxor_not
for any integer type (i8
/i16
/i32
,i64
,i128
).
.clif
Test Casetest run target x86_64 function %a(i32, i32) -> i32 { block0(v0: i32, v1: i32): v2 = band_not v0, v1 return v2 } ; run: %a(1, 1) == 0
Steps to Reproduce
clif-util test ./the-above.clif
Expected Results
The test to pass
Actual Results
Running `/home/afonso/git/wasmtime/target/debug/clif-util test ./lmao.clif` thread 'worker #0' panicked at 'called `Option::unwrap()` on a `None` value', cranelift/codegen/src/isa/x64/lower/isle.rs:506:21 note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace ERROR cranelift_filetests::concurrent > FAIL: panicked in worker #0: called `Option::unwrap()` on a `None` value FAIL ./lmao.clif: panicked in worker #0: called `Option::unwrap()` on a `None` value 1 tests Error: 1 failure
Versions and Environment
Cranelift version or commit: main
Operating system: linux
Architecture: x86_64
afonso360 opened issue #5041:
:wave: Hey,
It looks like we don't support
band_not
,bor_not
,bxor_not
for any integer type (i8
/i16
/i32
,i64
,i128
).
.clif
Test Casetest run target x86_64 function %a(i32, i32) -> i32 { block0(v0: i32, v1: i32): v2 = band_not v0, v1 return v2 } ; run: %a(1, 1) == 0
Steps to Reproduce
clif-util test ./the-above.clif
Expected Results
The test to pass
Actual Results
Running `/home/afonso/git/wasmtime/target/debug/clif-util test ./lmao.clif` thread 'worker #0' panicked at 'called `Option::unwrap()` on a `None` value', cranelift/codegen/src/isa/x64/lower/isle.rs:506:21 note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace ERROR cranelift_filetests::concurrent > FAIL: panicked in worker #0: called `Option::unwrap()` on a `None` value FAIL ./lmao.clif: panicked in worker #0: called `Option::unwrap()` on a `None` value 1 tests Error: 1 failure
Versions and Environment
Cranelift version or commit: main
Operating system: linux
Architecture: x86_64
ArtBlnd commented on issue #5041:
Can I take this task?
afonso360 commented on issue #5041:
Sure! Thanks for taking it on!
ArtBlnd commented on issue #5041:
Ok I'm gonna work on this task now
elliottt closed issue #5041:
:wave: Hey,
It looks like we don't support
band_not
,bor_not
,bxor_not
for any integer type (i8
/i16
/i32
,i64
,i128
).
.clif
Test Casetest run target x86_64 function %a(i32, i32) -> i32 { block0(v0: i32, v1: i32): v2 = band_not v0, v1 return v2 } ; run: %a(1, 1) == 0
Steps to Reproduce
clif-util test ./the-above.clif
Expected Results
The test to pass
Actual Results
Running `/home/afonso/git/wasmtime/target/debug/clif-util test ./lmao.clif` thread 'worker #0' panicked at 'called `Option::unwrap()` on a `None` value', cranelift/codegen/src/isa/x64/lower/isle.rs:506:21 note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace ERROR cranelift_filetests::concurrent > FAIL: panicked in worker #0: called `Option::unwrap()` on a `None` value FAIL ./lmao.clif: panicked in worker #0: called `Option::unwrap()` on a `None` value 1 tests Error: 1 failure
Versions and Environment
Cranelift version or commit: main
Operating system: linux
Architecture: x86_64
Last updated: Nov 22 2024 at 16:03 UTC