This should always be signed chars, so use int8_t. This fixes a miscompile when
[llvm/stm8.git] / test / CodeGen / SystemZ / 02-RetOr.ll
bloba1ddb63d04abebeb930b559cbd09ec684e078879
1 ; RUN: llc < %s -march=systemz
2 define i64 @foo(i64 %a, i64 %b) {
3 entry:
4     %c = or i64 %a, %b
5     ret i64 %c