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

[release/9.0-rc1] JIT: update simd base type when combining simd nodes for bitwise ops #106520

Merged
merged 1 commit into from
Aug 16, 2024

Commits on Aug 16, 2024

  1. JIT: update simd base type when combining simd nodes for bitwise ops

    If we merge two simd for bitwise ops (eg creating an AndNot), make sure to use
    the simd base type of the parent (And) node when specializing the operator.
    
    Fixes #106478.
    AndyAyersMS authored and github-actions committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    5cf9e2a View commit details
    Browse the repository at this point in the history