Stream: git-wasmtime

Topic: wasmtime / PR #7359 riscv64: Allow loading 0 with `c.li`


view this post on Zulip Wasmtime GitHub notifications bot (Oct 25 2023 at 10:12):

afonso360 requested fitzgen for a review on PR #7359.

view this post on Zulip Wasmtime GitHub notifications bot (Oct 25 2023 at 10:12):

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

view this post on Zulip Wasmtime GitHub notifications bot (Oct 25 2023 at 10:12):

afonso360 opened PR #7359 from afonso360:riscv-c-zero to bytecodealliance:main:

:wave: Hey,

I noticed that with compressed extension we currently can't load 0 using a compressed sequence. I had mistakenly encoded c.li as not supporting a 0 immediate, but it does allow it. So lets relax that restriction.

view this post on Zulip Wasmtime GitHub notifications bot (Oct 25 2023 at 10:12):

afonso360 edited PR #7359:

:wave: Hey,

I noticed that with the compressed extension enabled we currently can't load 0 using a compressed sequence. I had mistakenly encoded c.li as not supporting a 0 immediate, but it does allow it. So lets relax that restriction.

view this post on Zulip Wasmtime GitHub notifications bot (Oct 25 2023 at 13:45):

alexcrichton submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Oct 25 2023 at 14:33):

alexcrichton merged PR #7359.


Last updated: Nov 22 2024 at 16:03 UTC