aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/InstCombine/idioms.ll
Commit message (Expand)AuthorAgeFilesLines
* optimize ~(~X >>s Y) --> (X >>s Y), patch by Edmund GrimleyChris Lattner2010-01-191-0/+32