"llvm/git@repo.hca.bsc.es:lalbano/llvm-bpevl.git" did not exist on "67217d7eb474982c34d807acae60708466b9f519"
Instcombine's ShrinkDemandedConstant may strip bits out of constants,
obscuring what would otherwise be a low-bits mask. Use ComputeMaskedBits to compute what ShrinkDemandedConstant knew about to reconstruct a low-bits mask value. llvm-svn: 73540
Loading
Please register or sign in to comment