Stream: git-wasmtime

Topic: wasmtime / PR #4650 x64: Migrate fcvt_from_sint and fcvt_...


view this post on Zulip Wasmtime GitHub notifications bot (Aug 09 2022 at 01:14):

elliottt opened PR #4650 from trevor/x64-fcvt to main:

<!--

Please ensure that the following steps are all taken care of before submitting
the PR.

Please ensure all communication adheres to the code of conduct.
-->

view this post on Zulip Wasmtime GitHub notifications bot (Aug 09 2022 at 03:35):

elliottt has marked PR #4650 as ready for review.

view this post on Zulip Wasmtime GitHub notifications bot (Aug 09 2022 at 03:37):

elliottt edited PR #4650 from trevor/x64-fcvt to main:

Migrate fcvt_from_sint and fcvt_low_from_sint to ISLE. Also support the Cvtdq2ps opcode when emitting XmmUnaryRmR instructions.

<!--

Please ensure that the following steps are all taken care of before submitting
the PR.

Please ensure all communication adheres to the code of conduct.
-->

view this post on Zulip Wasmtime GitHub notifications bot (Aug 09 2022 at 04:27):

cfallin submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Aug 09 2022 at 04:27):

cfallin created PR review comment:

In addition to adding it here, can we remove it from here and make sure we switch over any uses of that (tweaking any handwritten uses of it in-place is fine for now)? Since the opcode has unary (one src, one dst) semantics it should only appear here, not elsewhere.

I'm also slightly suspect of the two cvt* opcodes above that one in XmmRmR too, and we should see if they should be moved over too, while we're at it...

view this post on Zulip Wasmtime GitHub notifications bot (Aug 09 2022 at 04:27):

cfallin submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Aug 09 2022 at 19:49):

elliottt updated PR #4650 from trevor/x64-fcvt to main.

view this post on Zulip Wasmtime GitHub notifications bot (Aug 09 2022 at 20:55):

elliottt updated PR #4650 from trevor/x64-fcvt to main.

view this post on Zulip Wasmtime GitHub notifications bot (Aug 09 2022 at 21:13):

elliottt updated PR #4650 from trevor/x64-fcvt to main.

view this post on Zulip Wasmtime GitHub notifications bot (Aug 09 2022 at 22:33):

elliottt updated PR #4650 from trevor/x64-fcvt to main.

view this post on Zulip Wasmtime GitHub notifications bot (Aug 10 2022 at 00:26):

elliottt updated PR #4650 from trevor/x64-fcvt to main.

view this post on Zulip Wasmtime GitHub notifications bot (Aug 10 2022 at 17:49):

elliottt merged PR #4650.


Last updated: Oct 23 2024 at 20:03 UTC