2009-07-16 13:33:21 +00:00
|
|
|
; RUN: llvm-as < %s | llc -march=systemz
|
2009-07-16 13:30:53 +00:00
|
|
|
define i64 @foo(i64 %a, i64 %b) {
|
|
|
|
entry:
|
|
|
|
%c = or i64 %a, 1
|
|
|
|
ret i64 %c
|
|
|
|
}
|
|
|
|
|
|
|
|
; FIXME: SystemZ has 4 or reg-imm instructions depending on imm,
|
|
|
|
; we need to support them someday.
|