brintos

brintos / llvm-project-archived public Read only

0
0
Text · 863 B · 4cb8e8c Raw
27 lines · plain
1# RUN: llc -mtriple aarch64 -stats -run-pass=machine-outliner -verify-machineinstrs %s -o /dev/null 2>&1 | FileCheck %s2# REQUIRES: asserts3 4# CHECK: 2 machine-outliner - Unoutlinable instructions mapped + number of sentinel values5# CHECK: 2 machine-outliner - Invisible instructions skipped during mapping6# CHECK: 4 machine-outliner - Outlinable instructions mapped7# CHECK: 1 machine-outliner - Sentinel values inserted during mapping8# CHECK: 5 machine-outliner - Total number of instructions mapped and saved to mapping vector9 10...11---12name:            foo13tracksRegLiveness: true14machineFunctionInfo:15  hasRedZone:      false16body:             |17  bb.0:18    liveins: $w0, $lr, $w8, $w3019    $lr = ORRXri $lr, 420    $w17 = ORRWri $wzr, 121    $w17 = ORRWri $wzr, 122    $w0 = ORRWri $wzr, 423  bb.2:24    DBG_VALUE $x0, 025    DBG_VALUE $x0, 026    RET undef $lr27