[InstCombine] Refactor foldICmpAndShift(); NFCI
Separate out handling for shl, lshr and ashr. The combined handling obscured some overly pessimistic requirements for the transform.
Loading
Please sign in to comment
Separate out handling for shl, lshr and ashr. The combined handling obscured some overly pessimistic requirements for the transform.