summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/narrow-shl-cst.ll
AgeCommit message (Expand)AuthorFilesLines
2015-04-01[X86] Don't accidentally select shll $1, %eax when shrinking an immediate.Benjamin Kramer1-0/+23
2013-07-13Convert CodeGen/*/*.ll tests to use the new CHECK-LABEL for easier debugging....Stephen Lin1-11/+11
2011-04-22X86: Try to use a smaller encoding by transforming (X << C1) & C2 into (X & (...Benjamin Kramer1-0/+101