abrown requested cfallin for a review on PR #10214.
abrown requested wasmtime-compiler-reviewers for a review on PR #10214.
abrown opened PR #10214 from abrown:assembler-alurmir
to bytecodealliance:main
:
This set of changes adds several more classes of ALU instructions (
add
,adc
,sub
,sbb
,or
,xor
). It also resolves #10200 by adding new types for sign-extended immediates. More details in each commit message.
abrown closed without merge PR #10214.
abrown commented on PR #10214:
Now that I think of it, we could split this into two separate PRs for tracking: one to fix #10200 and then a separate one to add the new ALU instructions (especially since I haven't used them in ISLE yet).
Last updated: Feb 28 2025 at 02:27 UTC