[TargetLowering] SimplifyDemandedBits - remove shift amount clamps from...
[TargetLowering] SimplifyDemandedBits - remove shift amount clamps from getValidShiftAmountConstant calls. NFC. getValidShiftAmountConstant only returns a value if the shift amount is in range, so we don't need to check it again.
Loading
Please sign in to comment