You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[AIE2] Implement legalization for G_SHUFFLE_VECTOR
This implements the simple legalization that lowers G_SHUFFLE_VECTOR into extracts
of the elements based on the mask and then combining them using a G_BUILD_VECTOR.
Our architecture has a VSHUFFLE instruction which could be used to implement some
patterns more efficiently.
0 commit comments