[InstCombine] fold udiv with common factor
((X *nuw Y) >> Z) / X --> Y >> Z https://alive2.llvm.org/ce/z/x3kKnq This is similar to 6b869be8 / 8da2fa85, but I have not found a signed equivalent, so it's just an unsigned match for now.
Loading
((X *nuw Y) >> Z) / X --> Y >> Z https://alive2.llvm.org/ce/z/x3kKnq This is similar to 6b869be8 / 8da2fa85, but I have not found a signed equivalent, so it's just an unsigned match for now.
mentioned in commit 7ec604a3