[SLP]Fix write-after-bounds.
Mask might be larger than the NumElts-OffsetBeg, need to use actual indices to avoid acces out of bounds.
Loading
Please sign in to comment
Mask might be larger than the NumElts-OffsetBeg, need to use actual indices to avoid acces out of bounds.