Reviewers: qcolombet, MatzeB Subscribers: wdng, llvm-commits Differential Revision: https://reviews.llvm.org/D26572 llvm-svn: 286895
12 lines
222 B
YAML
12 lines
222 B
YAML
# 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:
|
|
...
|