avanhatt opened issue #4121:
Thanks for filing an issue! Please fill out the TODOs below.
.clif
Test CaseFAIL filetests/filetests/isa/x64/select-issue-3744.clif: compile
Steps to Reproduce
git checkout main cd cranelift cargo test
Expected Results
All tests pass
Actual Results
FAIL filetests/filetests/isa/x64/select-issue-3744.clif: compile Caused by: filecheck failed for function on line 6: #0 check: ucomiss %xmm0, %xmm1 #1 nextln: cmovnzl %r8d, %eax, %eax #2 nextln: cmovpl %r8d, %eax, %eax > pushq %rbp > movq %rsp, %rbp > block0: > movl $1, %eax > ucomiss %xmm0, %xmm1 ^~~~~~~~~~~~~~~~~~~~ Matched #0: \bucomiss %xmm0, %xmm1\b > cmovnzl const(VCodeConstant(0)), %eax, %eax Missed #1: \bcmovnzl %r8d, %eax, %eax\b > cmovpl const(VCodeConstant(0)), %eax, %eax > movq %rbp, %rsp > popq %rbp > ret 355 tests thread 'filetests' panicked at 'test harness: 1 failure', cranelift/tests/filetests.rs:5:10 note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace failures: filetests test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.84s
Versions and Environment
Cranelift version or commit: c766c432b5f77f6267ef7e320cba434da1e81821
Operating system: macOS 11.5.2
Architecture: x64 backend
Extra Info
Same failure in CI here: https://github.com/bytecodealliance/wasmtime/runs/6373883706?check_suite_focus=true
avanhatt labeled issue #4121:
Thanks for filing an issue! Please fill out the TODOs below.
.clif
Test CaseFAIL filetests/filetests/isa/x64/select-issue-3744.clif: compile
Steps to Reproduce
git checkout main cd cranelift cargo test
Expected Results
All tests pass
Actual Results
FAIL filetests/filetests/isa/x64/select-issue-3744.clif: compile Caused by: filecheck failed for function on line 6: #0 check: ucomiss %xmm0, %xmm1 #1 nextln: cmovnzl %r8d, %eax, %eax #2 nextln: cmovpl %r8d, %eax, %eax > pushq %rbp > movq %rsp, %rbp > block0: > movl $1, %eax > ucomiss %xmm0, %xmm1 ^~~~~~~~~~~~~~~~~~~~ Matched #0: \bucomiss %xmm0, %xmm1\b > cmovnzl const(VCodeConstant(0)), %eax, %eax Missed #1: \bcmovnzl %r8d, %eax, %eax\b > cmovpl const(VCodeConstant(0)), %eax, %eax > movq %rbp, %rsp > popq %rbp > ret 355 tests thread 'filetests' panicked at 'test harness: 1 failure', cranelift/tests/filetests.rs:5:10 note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace failures: filetests test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.84s
Versions and Environment
Cranelift version or commit: c766c432b5f77f6267ef7e320cba434da1e81821
Operating system: macOS 11.5.2
Architecture: x64 backend
Extra Info
Same failure in CI here: https://github.com/bytecodealliance/wasmtime/runs/6373883706?check_suite_focus=true
avanhatt labeled issue #4121:
Thanks for filing an issue! Please fill out the TODOs below.
.clif
Test CaseFAIL filetests/filetests/isa/x64/select-issue-3744.clif: compile
Steps to Reproduce
git checkout main cd cranelift cargo test
Expected Results
All tests pass
Actual Results
FAIL filetests/filetests/isa/x64/select-issue-3744.clif: compile Caused by: filecheck failed for function on line 6: #0 check: ucomiss %xmm0, %xmm1 #1 nextln: cmovnzl %r8d, %eax, %eax #2 nextln: cmovpl %r8d, %eax, %eax > pushq %rbp > movq %rsp, %rbp > block0: > movl $1, %eax > ucomiss %xmm0, %xmm1 ^~~~~~~~~~~~~~~~~~~~ Matched #0: \bucomiss %xmm0, %xmm1\b > cmovnzl const(VCodeConstant(0)), %eax, %eax Missed #1: \bcmovnzl %r8d, %eax, %eax\b > cmovpl const(VCodeConstant(0)), %eax, %eax > movq %rbp, %rsp > popq %rbp > ret 355 tests thread 'filetests' panicked at 'test harness: 1 failure', cranelift/tests/filetests.rs:5:10 note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace failures: filetests test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.84s
Versions and Environment
Cranelift version or commit: c766c432b5f77f6267ef7e320cba434da1e81821
Operating system: macOS 11.5.2
Architecture: x64 backend
Extra Info
Same failure in CI here: https://github.com/bytecodealliance/wasmtime/runs/6373883706?check_suite_focus=true
avanhatt edited issue #4121:
.clif
Test CaseFAIL filetests/filetests/isa/x64/select-issue-3744.clif: compile
Steps to Reproduce
git checkout main cd cranelift cargo test
Expected Results
All tests pass
Actual Results
FAIL filetests/filetests/isa/x64/select-issue-3744.clif: compile Caused by: filecheck failed for function on line 6: #0 check: ucomiss %xmm0, %xmm1 #1 nextln: cmovnzl %r8d, %eax, %eax #2 nextln: cmovpl %r8d, %eax, %eax > pushq %rbp > movq %rsp, %rbp > block0: > movl $1, %eax > ucomiss %xmm0, %xmm1 ^~~~~~~~~~~~~~~~~~~~ Matched #0: \bucomiss %xmm0, %xmm1\b > cmovnzl const(VCodeConstant(0)), %eax, %eax Missed #1: \bcmovnzl %r8d, %eax, %eax\b > cmovpl const(VCodeConstant(0)), %eax, %eax > movq %rbp, %rsp > popq %rbp > ret 355 tests thread 'filetests' panicked at 'test harness: 1 failure', cranelift/tests/filetests.rs:5:10 note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace failures: filetests test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.84s
Versions and Environment
Cranelift version or commit: c766c432b5f77f6267ef7e320cba434da1e81821
Operating system: macOS 11.5.2
Architecture: x64 backend
Extra Info
Same failure in CI here: https://github.com/bytecodealliance/wasmtime/runs/6373883706?check_suite_focus=true
avanhatt commented on issue #4121:
Oops I just saw https://github.com/bytecodealliance/wasmtime/pull/4120, closing
avanhatt closed issue #4121:
.clif
Test CaseFAIL filetests/filetests/isa/x64/select-issue-3744.clif: compile
Steps to Reproduce
git checkout main cd cranelift cargo test
Expected Results
All tests pass
Actual Results
FAIL filetests/filetests/isa/x64/select-issue-3744.clif: compile Caused by: filecheck failed for function on line 6: #0 check: ucomiss %xmm0, %xmm1 #1 nextln: cmovnzl %r8d, %eax, %eax #2 nextln: cmovpl %r8d, %eax, %eax > pushq %rbp > movq %rsp, %rbp > block0: > movl $1, %eax > ucomiss %xmm0, %xmm1 ^~~~~~~~~~~~~~~~~~~~ Matched #0: \bucomiss %xmm0, %xmm1\b > cmovnzl const(VCodeConstant(0)), %eax, %eax Missed #1: \bcmovnzl %r8d, %eax, %eax\b > cmovpl const(VCodeConstant(0)), %eax, %eax > movq %rbp, %rsp > popq %rbp > ret 355 tests thread 'filetests' panicked at 'test harness: 1 failure', cranelift/tests/filetests.rs:5:10 note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace failures: filetests test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.84s
Versions and Environment
Cranelift version or commit: c766c432b5f77f6267ef7e320cba434da1e81821
Operating system: macOS 11.5.2
Architecture: x64 backend
Extra Info
Same failure in CI here: https://github.com/bytecodealliance/wasmtime/runs/6373883706?check_suite_focus=true
Last updated: Nov 22 2024 at 17:03 UTC