"git@repo.hca.bsc.es:lalbano/llvm-bpevl.git" did not exist on "2d24d74b8595071bf58fe6ba52f2ac416a6fe947"
ValueTracking: Fix bugs in isKnownToBeAPowerOfTwo
(add nsw x, (and x, y)) isn't a power of two if x is zero, it's zero (add nsw x, (xor x, y)) isn't a power of two if y has bits set that aren't set in x llvm-svn: 185954
Loading
Please register or sign in to comment