You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thread 'main' panicked at 'called `Option::unwrap()` on a `None` value', lib/compiler-singlepass/src/codegen_x64.rs:513:60
the relevant part of the backtrace is:
4: wasmer_compiler_singlepass::codegen_x64::FuncGen::emit_relaxed_binop
at /home/nicholas/wasmer/lib/compiler-singlepass/src/codegen_x64.rs:513:28
5: wasmer_compiler_singlepass::codegen_x64::FuncGen::canonicalize_nan
at /home/nicholas/wasmer/lib/compiler-singlepass/src/codegen_x64.rs:341:9
6: wasmer_compiler_singlepass::codegen_x64::FuncGen::feed_operator
at /home/nicholas/wasmer/lib/compiler-singlepass/src/codegen_x64.rs:3570:33
The text was updated successfully, but these errors were encountered:
2391: Fix Singlepass issue #2347 r=Hywan a=chenyukang
# Description
Fix Singlepass compiler issue: #2347
I'm not sure whether the unit test case added to a suitable file.
Any better suggestion?
@syrusakbary
Edit by @Hywan: Close#2347, close#2159.
Co-authored-by: yukang <[email protected]>
Co-authored-by: Yukang <[email protected]>
Testcase:
fails to build with singlepass:
the relevant part of the backtrace is:
The text was updated successfully, but these errors were encountered: