Stream: git-wasmtime

Topic: wasmtime / PR #8459 cranelift/riscv64: Inline multi-reg o...


view this post on Zulip Wasmtime GitHub notifications bot (Apr 24 2024 at 08:07):

jameysharp opened PR #8459 from jameysharp:riscv64-plural-helpers to bytecodealliance:main:

The reg_uses and reg_defs helpers are not widely useful and have become quite rarely used over time. The last few remaining callers are all in the riscv64 backend. This commit replaces those calls with simple loops or unrolled calls to reg_use or reg_def, then deletes the helpers.

view this post on Zulip Wasmtime GitHub notifications bot (Apr 24 2024 at 08:07):

jameysharp requested abrown for a review on PR #8459.

view this post on Zulip Wasmtime GitHub notifications bot (Apr 24 2024 at 08:07):

jameysharp requested wasmtime-compiler-reviewers for a review on PR #8459.

view this post on Zulip Wasmtime GitHub notifications bot (Apr 24 2024 at 08:19):

afonso360 submitted PR review:

LGTM! :+1:

view this post on Zulip Wasmtime GitHub notifications bot (Apr 24 2024 at 08:19):

afonso360 has enabled auto merge for PR #8459.

view this post on Zulip Wasmtime GitHub notifications bot (Apr 24 2024 at 14:54):

alexcrichton merged PR #8459.


Last updated: Oct 23 2024 at 20:03 UTC