Skip to content

[SOL] Emit no-op for anyext #161

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

Merged
merged 1 commit into from
Jul 7, 2025

Conversation

LucasSte
Copy link
Collaborator

@LucasSte LucasSte commented Jul 1, 2025

anyext is when we want to (sign or zero) extend a number, but we do not care about the high bits. In that case, the extension can be a no-op, instead of a mov32 for v2 onwards.

@LucasSte LucasSte requested a review from Lichtso July 4, 2025 18:15
@LucasSte LucasSte marked this pull request as ready for review July 4, 2025 18:15
@LucasSte LucasSte merged commit 3497b36 into anza-xyz:solana-rustc/19.1-2024-12-03 Jul 7, 2025
17 checks passed
@LucasSte LucasSte deleted the 32-tune branch July 7, 2025 14:29
LucasSte added a commit to LucasSte/llvm-project that referenced this pull request Aug 12, 2025
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