1 ; RUN: llc --mtriple=loongarch64 -mattr=+d --stop-before loongarch-prera-expand-pseudo \
2 ; RUN: --verify-machineinstrs < %s | FileCheck %s --check-prefix=NOEXPAND
3 ; RUN: llc --mtriple=loongarch64 -mattr=+d --stop-before machine-opt-remark-emitter \
4 ; RUN: --verify-machineinstrs < %s | FileCheck %s --check-prefix=EXPAND
8 define void @caller() nounwind {
9 ; NOEXPAND-LABEL: name: caller
10 ; NOEXPAND: PseudoCALL target-flags{{.*}}callee
12 ; EXPAND-LABEL: name: caller
13 ; EXPAND: BL target-flags{{.*}}callee