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

[CostModel][X86] Add initial costs for non-lane-crossing one/two input shuffles #114254

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Oct 30, 2024

  1. [CostModel][X86] Add initial costs for non-lane-crossing one/two inpu…

    …t shuffles
    
    Most of the x86 shuffle instructions operate within each 128-bit subvector lane, but our shuffle costs struggle to handle this and have to fallback to worst case shuffles that reference elements from any lane.
    
    This patch detects shuffle masks that we know are "inlane" and enable us to assume a cheaper shuffle cost.
    RKSimon committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    d3d459d View commit details
    Browse the repository at this point in the history