DEBSOURCES
Skip Quicknav
sources / llvm-3.0 / 3.0-10 / test / CodeGen / SystemZ / 03-RetNegImmSubreg.ll
12345678
; RUN: llc < %s -march=systemz | grep lcr | count 1 define i32 @foo(i32 %a) { entry: %c = sub i32 0, %a ret i32 %c }