brintos

brintos / llvm-project-archived public Read only

0
0
Text · 504 B · 824d9ed Raw
17 lines · plain
1# RUN: llc -run-pass=greedy -debug-pass=Arguments -o - %s | FileCheck %s2# RUN: llc -run-pass=regallocbasic -debug-pass=Arguments -o - %s | FileCheck %s3# RUN: llc -run-pass=regallocfast -debug-pass=Arguments -o - %s | FileCheck %s4# RUN: llc -passes=regallocfast -o - %s | FileCheck %s5# RUN: llc -passes=greedy -o - %s | FileCheck %s6 7# Check that passes are initialized correctly, so that it's possible to8# use -run-pass.9 10---11# CHECK: name: foo12name: foo13tracksRegLiveness: true14body: |15  bb.0:16...17