Stream: git-wasmtime

Topic: wasmtime / PR #2889 x64: improve multiplication lowering


view this post on Zulip Wasmtime GitHub notifications bot (May 10 2021 at 23:28):

abrown opened PR #2889 from inst-format-5 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 (May 11 2021 at 18:15):

abrown updated PR #2889 from inst-format-5 to main.

view this post on Zulip Wasmtime GitHub notifications bot (May 13 2021 at 23:18):

abrown updated PR #2889 from inst-format-5 to main.

view this post on Zulip Wasmtime GitHub notifications bot (May 13 2021 at 23:19):

abrown updated PR #2889 from inst-format-5 to main.

view this post on Zulip Wasmtime GitHub notifications bot (May 13 2021 at 23:19):

abrown requested cfallin for a review on PR #2889.

view this post on Zulip Wasmtime GitHub notifications bot (May 13 2021 at 23:20):

abrown edited PR #2889 from inst-format-5 to main:

Since the lowering of imul complicated the other ALU operations it was
matched with and since future commits will alter the multiplication
lowering further, this change moves the imul lowering to its own match
block. Then, it improves the filetests and uses VPMULLQ as a lowering
for imul.i64x2 when the instruction is available.

view this post on Zulip Wasmtime GitHub notifications bot (May 13 2021 at 23:24):

abrown has marked PR #2889 as ready for review.

view this post on Zulip Wasmtime GitHub notifications bot (May 14 2021 at 00:01):

cfallin submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (May 14 2021 at 03:14):

abrown merged PR #2889.


Last updated: Oct 23 2024 at 20:03 UTC