1; RUN: llc < %s -march=systemz 2 3define i64 @foo(i64 %a, i64 %b) { 4entry: 5 %c = sub i64 %a, 1 6 ret i64 %c 7} 8