[InstCombine] Don't mix X << Y / Z << Y with X << Y / X << Z (#69302)
Fixes #69291. This patch improve the logic handling different patterns to avoid mixing these pattern.
Loading
Please sign in to comment
Fixes #69291. This patch improve the logic handling different patterns to avoid mixing these pattern.