Skip to content
Commit 226ac14a authored by Owen Anderson's avatar Owen Anderson
Browse files

When determining if we can fold (x >> C1) << C2, the bits that we need to verify are zero

are not the low bits of x, but the bits that WILL be the low bits after the operation completes.

llvm-svn: 122529
parent 62de0fa6
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