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

Add simd_visitor helper methods to FuncValidator #1927

Merged

Conversation

alexcrichton
Copy link
Member

The previous visitor return method only return impl VisitOperator, so this adds a second method for when the simd feature is enabled to return a similar structure which also is guaranteed to implement VisitSimdOperator.

The previous `visitor` return method only return `impl VisitOperator`,
so this adds a second method for when the `simd` feature is enabled to
return a similar structure which also is guaranteed to implement
`VisitSimdOperator`.
@alexcrichton alexcrichton added this pull request to the merge queue Dec 2, 2024
Merged via the queue into bytecodealliance:main with commit e858768 Dec 2, 2024
30 checks passed
@alexcrichton alexcrichton deleted the impl-visit-simd-operator branch December 2, 2024 17:24
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