aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/shl-anyext.ll
AgeCommit message (Expand)Author
2010-07-23Use the proper type for shift counts. This fixes a bootstrap error.Dan Gohman
2010-07-23DAGCombine (shl (anyext x, c)) to (anyext (shl x, c)) if the high bitsDan Gohman