summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/shl-anyext.ll
Commit message (Expand)AuthorAge
* 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