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
[AArch64] Guard against getRegisterBitWidth returning zero in vector instr cost.
If the getRegisterBitWidth is zero (such as in sme streaming functions), then
we could hit a crash from using % RegWidth.
It took a while to figure out what was going wrong so there are a few other
minor cleanups here too.
0 commit comments