summaryrefslogtreecommitdiffstats
path: root/llvm/test
diff options
context:
space:
mode:
authorQuentin Colombet <qcolombet@apple.com>2017-07-07 19:25:42 +0000
committerQuentin Colombet <qcolombet@apple.com>2017-07-07 19:25:42 +0000
commit81551148b72f46760db75e4fa5cb85b82bbc766b (patch)
treed56fbedff072af90d9aa4521ae93980516d63db7 /llvm/test
parentfe71c546e7efff551c38da95428ccf05cd35434f (diff)
downloadbcm5719-llvm-81551148b72f46760db75e4fa5cb85b82bbc766b.tar.gz
bcm5719-llvm-81551148b72f46760db75e4fa5cb85b82bbc766b.zip
[RegAllocFast] Add the proper initialize method to use the .mir infrastructure
NFC llvm-svn: 307427
Diffstat (limited to 'llvm/test')
-rw-r--r--llvm/test/CodeGen/MIR/Generic/runPass.mir2
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/MIR/Generic/runPass.mir b/llvm/test/CodeGen/MIR/Generic/runPass.mir
index 33380d4c6bb..54c1dd221bd 100644
--- a/llvm/test/CodeGen/MIR/Generic/runPass.mir
+++ b/llvm/test/CodeGen/MIR/Generic/runPass.mir
@@ -1,5 +1,6 @@
# 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.
@@ -7,6 +8,7 @@
---
# CHECK: name: foo
name: foo
+tracksRegLiveness: true
body: |
bb.0:
...
OpenPOWER on IntegriCloud