blob: 49074cc9168906a5dd4434af4dff881e2dacb968 [file] [log] [blame]
Andrew Lenharthbd7c22c2006-02-13 18:52:01 +00001; Make sure this testcase codegens to the zapnot instruction
Reid Spencer69ccadd2006-12-02 04:23:10 +00002; RUN: llvm-upgrade < %s | llvm-as | llc -march=alpha | grep 'zapnot'
Andrew Lenharthbd7c22c2006-02-13 18:52:01 +00003
4ulong %foo(ulong %y) {
5entry:
6 %tmp = shr ulong %y, ubyte 3 ; <ulong> [#uses=1]
7 %tmp2 = and ulong %tmp, 8191 ; <ulong> [#uses=1]
8 ret ulong %tmp2
9}
10