• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1; RUN: llc < %s -march=systemz | grep lcgr | count 1
2
3define i64 @foo(i64 %a) {
4entry:
5    %c = sub i64 0, %a
6    ret i64 %c
7}
8