llvm-project/llvm/test/CodeGen/MIR/Generic/runPass.mir

12 lines
222 B
Plaintext
Raw Normal View History

# RUN: llc -run-pass=greedy -debug-pass=Arguments -o - %s 2>&1 | 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:
...