Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame^] | 1 | ; Make sure this testcase codegens to the zapnot instruction |
2 | ; RUN: llvm-upgrade < %s | llvm-as | llc -march=alpha | grep zapnot | ||||
3 | |||||
4 | implementation ; Functions: | ||||
5 | |||||
6 | long %bar(long %x) { | ||||
7 | entry: | ||||
8 | %tmp.1 = and long %x, 16711935 ; <long> [#uses=1] | ||||
9 | ret long %tmp.1 | ||||
10 | } |