[X86] simplifyX86varShift - use KnownBits.getMaxValue().ult() to check for out...
[X86] simplifyX86varShift - use KnownBits.getMaxValue().ult() to check for out of bounds shift amounts This is easier to grok than MaskedValueIsZero for high bits.
Loading
Please sign in to comment