blob: c06e56fcb73b4c6adfc902367ce17788492b58f4 [file] [log] [blame]
Anton Korobeynikovc7962952009-07-16 13:33:21 +00001; RUN: llvm-as < %s | llc -march=systemz
Anton Korobeynikov26ba0b12009-07-16 13:30:53 +00002define i64 @foo(i64 %a, i64 %b) {
3entry:
4 %c = or i64 %a, 1
5 ret i64 %c
6}
7
8; FIXME: SystemZ has 4 or reg-imm instructions depending on imm,
9; we need to support them someday.