blob: 077ab8680fef8f0b45d680750f2b9543a6f21a58 [file] [log] [blame]
Anton Korobeynikovc7962952009-07-16 13:33:21 +00001; RUN: llvm-as < %s | llc -march=systemz
Anton Korobeynikove6220fb2009-07-16 13:32:49 +00002define i64 @foo(i64 %a, i64 %b) {
3entry:
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.