new testcase, this should turn into zap
[oota-llvm.git] / test / CodeGen / Alpha / zapnot4.ll
1 ; RUN: llvm-as < %s | llc -march=alpha | grep zapnot
2
3 ulong %foo(ulong %y) {
4         %tmp = shl ulong %y, ubyte 3            ; <ulong> [#uses=1]
5         %tmp2 = and ulong %tmp, 65535            ; <ulong> [#uses=1]
6         ret ulong %tmp2
7 }
8