Anton Korobeynikov | e6220fb | 2009-07-16 13:32:49 +0000 | [diff] [blame^] | 1 | ; RUN: llvm-as < %s | llc |
2 | define i64 @foo(i64 %a, i64 %b) { | ||||
3 | entry: | ||||
4 | %c = and i64 %a, 1 | ||||
5 | ret i64 %c | ||||
6 | } | ||||
7 | |||||
8 | ; FIXME: SystemZ has 4 and reg-imm instructions depending on imm, | ||||
9 | ; we need to support them someday. |