Stream: git-wasmtime

Topic: wasmtime / PR #8774 aarch64: Add support for `load+extend...


view this post on Zulip Wasmtime GitHub notifications bot (Jun 11 2024 at 17:49):

afonso360 requested abrown for a review on PR #8774.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 11 2024 at 17:49):

afonso360 opened PR #8774 from afonso360:aarch64-load-extends to bytecodealliance:main:

:wave: Hey,

This PR adds support for merging a load with a {u,s}extend instruction. On AArch64 the load instructions already do this by default, so we can just emit the regular loads during the extend lowering and mark them as sunk.

CC: https://github.com/bytecodealliance/wasmtime/issues/6056

view this post on Zulip Wasmtime GitHub notifications bot (Jun 11 2024 at 17:49):

afonso360 requested wasmtime-compiler-reviewers for a review on PR #8774.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 11 2024 at 17:51):

cfallin submitted PR review:

Nice!

view this post on Zulip Wasmtime GitHub notifications bot (Jun 11 2024 at 17:51):

cfallin has enabled auto merge for PR #8774.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 11 2024 at 18:15):

cfallin merged PR #8774.


Last updated: Nov 22 2024 at 17:03 UTC