[InstCombine] delete redundant folds; NFC
InstSimplify does this via isKnownNonEqual(), so it's already using knownbits on these patterns and trying other folds.
Loading
Please sign in to comment
InstSimplify does this via isKnownNonEqual(), so it's already using knownbits on these patterns and trying other folds.