aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/shl-anyext.ll
Commit message (Expand)AuthorAgeFilesLines
* Mass update to CodeGen tests to use CHECK-LABEL for labels corresponding to f...Stephen Lin2013-07-141-1/+1
* Use the proper type for shift counts. This fixes a bootstrap error.Dan Gohman2010-07-231-0/+22
* DAGCombine (shl (anyext x, c)) to (anyext (shl x, c)) if the high bitsDan Gohman2010-07-231-0/+18