aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/InstCombine/2010-01-28-NegativeSRem.ll
Commit message (Collapse)AuthorAgeFilesLines
* Fix PR6165. The bug was that LHSKnownZero was being and'd with DemandedMaskDuncan Sands2010-01-281-0/+19
when it should have been and'd with LowBits. Fix that and while there beef up the logic in the case of a negative LHS. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@94745 91177308-0d34-0410-b5e6-96231b3b80d8