Update GetIndexRangeInShuffles to skip unused shuffles. This matches the behavior in the loop below and without it, we end up with an index mis-match, causing a crash for the added test case. PR: https://github.com/llvm/llvm-project/pull/179217
Update GetIndexRangeInShuffles to skip unused shuffles. This matches the behavior in the loop below and without it, we end up with an index mis-match, causing a crash for the added test case. PR: https://github.com/llvm/llvm-project/pull/179217