Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SOL] Implement store imm instructions #115

Merged
merged 1 commit into from
Dec 2, 2024

Conversation

LucasSte
Copy link
Collaborator

@LucasSte LucasSte commented Nov 28, 2024

SIMD-0173 introduces a new encoding for store immediate instructions in the SBF target. These instructions were implemented last year in the BPF target (see 8f28e80) but we never brought them to our custom backend.

This PR implements the instructions in SBF with a couple of adjustments from the original BPF commit and gates them behind a feature flag. I'll update the encoding in a follow up PR.

@LucasSte LucasSte marked this pull request as ready for review November 28, 2024 22:08
@LucasSte LucasSte merged commit a802634 into anza-xyz:solana-rustc/18.1-2024-05-19 Dec 2, 2024
17 checks passed
@LucasSte LucasSte deleted the st-imm-v0 branch December 2, 2024 20:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants