[InstCombine] Use KnownBits::shl() in SimplifyDemandedBits()
It is more precise than the custom logic we had. This came up when trying to enforce a consistency assertion with computeKnownBits().
Loading
Please sign in to comment
It is more precise than the custom logic we had. This came up when trying to enforce a consistency assertion with computeKnownBits().