"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "0204197d53e0094ff0b3c1225514cfbbf31375cc"
Port the recent innovations in ComputeMaskedBits to SimplifyDemandedBits.
This allows us to simplify on conditions where bits are not known, but they are not demanded either! This also fixes a couple of bugs in ComputeMaskedBits that were exposed during this work. In the future, swaths of instcombine should be removed, as this code subsumes a bunch of ad-hockery. llvm-svn: 26122
Loading
Please register or sign in to comment