summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/MIR/Generic/runPass.mir
blob: 33380d4c6bb4aeb84a9aa36d3683f93af04e04c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# RUN: llc -run-pass=greedy -debug-pass=Arguments -o - %s | FileCheck %s
# RUN: llc -run-pass=regallocbasic -debug-pass=Arguments -o - %s | FileCheck %s

# Check that passes are initialized correctly, so that it's possible to
# use -run-pass.

---
# CHECK: name: foo
name: foo
body: |
  bb.0:
...
OpenPOWER on IntegriCloud