view test/CodeGen/MIR/Generic/runPass.mir @ 128:c347d3398279 default tip

fix
author mir3636
date Wed, 06 Dec 2017 14:37:17 +0900
parents 803732b1fca8
children
line wrap: on
line source

# RUN: llc -run-pass=greedy -debug-pass=Arguments -o - %s | FileCheck %s
# RUN: llc -run-pass=regallocbasic -debug-pass=Arguments -o - %s | FileCheck %s
# RUN: llc -run-pass=regallocfast -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
tracksRegLiveness: true
body: |
  bb.0:
...