[SLP][NFC]Remove unused variables, NFC.

This commit is contained in:
Alexey Bataev
2023-01-06 16:55:54 -08:00
parent 7439e1b2de
commit cc17e93178

View File

@@ -6423,7 +6423,7 @@ protected:
.all();
if (!IsOp1Undef && !IsOp2Undef) {
// Update mask and mark undef elems.
for (auto [Idx, I] : enumerate(Mask)) {
for (int &I : Mask) {
if (I == UndefMaskElem)
continue;
if (SV->getMaskValue(I % SV->getShuffleMask().size()) ==