[ValueTracking] computeKnownBitsFromShiftOperator - move shift amount analysis...
[ValueTracking] computeKnownBitsFromShiftOperator - move shift amount analysis to top of the function. NFCI. These are all lightweight to compute and helps avoid issues with Known being used to hold both the shift amount and then the shifted result. Minor cleanup for D90479.
Loading
Please register or sign in to comment