aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/shift-and.ll
AgeCommit message (Expand)Author
2008-08-30Transform (x << (y&31)) -> (x << y). This takes advantage of the fact x86 shi...Evan Cheng