Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame^] | 1 | ; Make sure this testcase does not use ctpop |
2 | ; RUN: llvm-upgrade < %s | llvm-as | llc -march=alpha | not grep -i ctpop | ||||
3 | |||||
4 | declare ulong %llvm.ctlz.i64(ulong) | ||||
5 | |||||
6 | implementation ; Functions: | ||||
7 | |||||
8 | ulong %bar(ulong %x) { | ||||
9 | entry: | ||||
10 | %tmp.1 = call ulong %llvm.ctlz.i64( ulong %x ) | ||||
11 | ret ulong %tmp.1 | ||||
12 | } |