aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/shift-and.ll
AgeCommit message (Expand)Author
2012-07-17Add test case for r160387Evan Cheng
2012-01-12X86: Generalize the x << (y & const) optimization to also catch masks with mo...Benjamin Kramer
2009-09-08Eliminate more uses of llvm-as and llvm-dis.Dan Gohman
2008-08-30Transform (x << (y&31)) -> (x << y). This takes advantage of the fact x86 shi...Evan Cheng