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

Minor IR interpreter optimizations #19124

Merged
merged 2 commits into from
May 10, 2024
Merged

Minor IR interpreter optimizations #19124

merged 2 commits into from
May 10, 2024

Conversation

hrydgard
Copy link
Owner

Remove some special cases that didn't cause better codegen.

Don't bother checking the block index since we didn't check the return value anyway.

@hrydgard hrydgard added the IRInterpreter Occurs with IR Interpreter but not with another CPU backend. label May 10, 2024
@hrydgard hrydgard added this to the v1.18.0 milestone May 10, 2024
@hrydgard hrydgard merged commit e0e9620 into master May 10, 2024
18 checks passed
@hrydgard hrydgard deleted the minor-ir-optimization branch May 10, 2024 16:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
IRInterpreter Occurs with IR Interpreter but not with another CPU backend.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant