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
[RISCV][TTI] Fix a misuse of the getShuffleCost API [NFC]
The getShuffleCost api expects to only deal with non-length changing
shuffles. We were failing to extend the mask appropriately before
invoking it. This came up in llvm#128537
in discussion of a potential invariant, but is otherwise unrelated.
0 commit comments