Make test more lenient for custom clang version strings
[llvm-project.git] / llvm / test / CodeGen / MIR / Generic / runPass.mir
blob75763c5389b09e4addf3ba33b9d005e98a29c3d7
1 # RUN: llc -run-pass=greedy -debug-pass=Arguments -o - %s | FileCheck %s
2 # RUN: llc -run-pass=regallocbasic -debug-pass=Arguments -o - %s | FileCheck %s
3 # RUN: llc -run-pass=regallocfast -debug-pass=Arguments -o - %s | FileCheck %s
4 # RUN: llc -passes=regallocfast -o - %s | FileCheck %s
6 # Check that passes are initialized correctly, so that it's possible to
7 # use -run-pass.
9 ---
10 # CHECK: name: foo
11 name: foo
12 tracksRegLiveness: true
13 body: |
14   bb.0:
15 ...