github-actions[bot] commented on Issue #2004:
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>
bnjbvr commented on Issue #2004:
Updated FP commit to implement Bitcast (using movd and movq). This got me into a spiral of additional type-checks for Vcode's insts, to make them more opiniated in terms of input and output types; we should probably more aggressively restrict the possible SSE opcodes one can pass to Inst ctors in the future.
Last updated: Nov 22 2024 at 17:03 UTC