Stream: git-wasmtime

Topic: wasmtime / PR #3946 x64: improve generation of i128 `icmp`


view this post on Zulip Wasmtime GitHub notifications bot (Mar 18 2022 at 18:52):

abrown opened PR #3946 from isle-i128-icmp-improvement to main:

Previously, we used the flags of AND for SETcc. This change uses
TEST instead, which discards the AND result but sets the flags needed
for SETcc. This reduces register pressure slightly for this sequence.

<!--

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 (Mar 18 2022 at 18:52):

abrown requested cfallin for a review on PR #3946.

view this post on Zulip Wasmtime GitHub notifications bot (Mar 18 2022 at 18:54):

cfallin submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Mar 18 2022 at 21:19):

abrown updated PR #3946 from isle-i128-icmp-improvement to main.

view this post on Zulip Wasmtime GitHub notifications bot (Mar 18 2022 at 23:36):

abrown merged PR #3946.


Last updated: Nov 22 2024 at 17:03 UTC