Skip to content
  • Rafael Espindola's avatar
    Always compute all the bits in ComputeMaskedBits. · ba0a6cab
    Rafael Espindola authored
    This allows us to keep passing reduced masks to SimplifyDemandedBits, but
    know about all the bits if SimplifyDemandedBits fails. This allows instcombine
    to simplify cases like the one in the included testcase.
    
    llvm-svn: 154011
    ba0a6cab
Loading