Skip to content
Commit 41d7656d authored by Mark Heffernan's avatar Mark Heffernan
Browse files

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
parent 2325e380
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment