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