summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/shift-and.ll
Commit message (Expand)AuthorAge
* Mass update to CodeGen tests to use CHECK-LABEL for labels corresponding to f...Stephen Lin2013-07-14
* Add test case for r160387Evan Cheng2012-07-17
* X86: Generalize the x << (y & const) optimization to also catch masks with mo...Benjamin Kramer2012-01-12
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-08
* Transform (x << (y&31)) -> (x << y). This takes advantage of the fact x86 shi...Evan Cheng2008-08-30