Stream: git-wasmtime

Topic: wasmtime / PR #4823 Add MInst.XmmUnaryRmRImm to handle ro...


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

elliottt opened PR #4823 from trevor/add-xmm-unary-rm-r-imm to main:

Add a new pseudo-instruction, XmmUnaryRmRImm, to handle instructions like roundss that only use their first register argument for the instruction's result.

<!--

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 30 2022 at 17:14):

elliottt has marked PR #4823 as ready for review.

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

elliottt requested cfallin for a review on PR #4823.

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

elliottt edited PR #4823 from trevor/add-xmm-unary-rm-r-imm to main:

Add a new pseudo-instruction, XmmUnaryRmRImm, to handle instructions like roundss that only use their first register argument for the instruction's result. This has the added benefit of allowing the isle wrappers for those instructions to take an XmmMem argument, allowing for more cases where loads may be merged.

<!--

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 30 2022 at 18:33):

elliottt updated PR #4823 from trevor/add-xmm-unary-rm-r-imm to main.

view this post on Zulip Wasmtime GitHub notifications bot (Aug 31 2022 at 05:28):

cfallin submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Aug 31 2022 at 15:29):

elliottt merged PR #4823.


Last updated: Nov 22 2024 at 16:03 UTC