jlb6740 commented on Issue #2011:
Not really sure the definition of fcmp. I believe we need to do a ucomiss and then update some register with the true or false (1 or 0) using the setcc instruction based on the condition code. However I am not sure if this thinking is accurate nor which register should be set?
github-actions[bot] commented on Issue #2011:
Subscribe to Label Action
cc @bnjbvr
<details>
This issue or pull request has been labeled: "cranelift", "cranelift:area:x64"Thus the following users have been cc'd because of the following labels:
- bnjbvr: cranelift
To subscribe or unsubscribe from this label, edit the <code>.github/subscribe-to-label.json</code> configuration file.
Learn more.
</details>
jlb6740 commented on Issue #2011:
Note, in addition to the tests in emit tests, I've checked lowering from the wasm level for all the f32 and f64 comparison instructions.
jlb6740 commented on Issue #2011:
Note the test failure "Run cargo run -p run-examples" runs locally for me.
jlb6740 edited a comment on Issue #2011:
Note the test failure "Run cargo run -p run-examples" runs locally for me. Maybe a configuration issue?
jlb6740 commented on Issue #2011:
lgtm, thanks! (can't approve yet, since the other sets of PRs haven't landed yet)
:+1: Will rebase and address the comments in one go once https://github.com/bytecodealliance/wasmtime/pull/2004 has landed.
Last updated: Nov 22 2024 at 16:03 UTC