Fix PR21694. r219517 added a use of SCEV divide in HowFarToZero computation. ...
Fix PR21694. r219517 added a use of SCEV divide in HowFarToZero computation. This divide can produce incorrect results as we are using an unsigned divide for what should be a modular divide. This change reverts back to a more conservative computation using trailing zeros. llvm-svn: 223974
Loading
Please register or sign in to comment