This fixes typo in the sink generator. We can't use index operands as sinks from the arbitrary instructions. This is actually two problems: shufflevector was missing from the switch case, and ">" was used instead of ">=". I believe this check can be made less conservative, but I figured it's better to be correct for now.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Agreed, we should be able to make this less conservative at some point. This is good for now.