[X86] combineX86ShufflesConstants - move hasOneUse check as late as possible. NFC.
We only need to check hasOneUse if we're optimizing for size, so move the call at the end of the if check.
Loading
Please sign in to comment
We only need to check hasOneUse if we're optimizing for size, so move the call at the end of the if check.