afonso360 requested fitzgen for a review on PR #7359.
afonso360 requested wasmtime-compiler-reviewers for a review on PR #7359.
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.
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.
alexcrichton submitted PR review.
alexcrichton merged PR #7359.
Last updated: Nov 22 2024 at 16:03 UTC