summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/PowerPC
diff options
context:
space:
mode:
authorMatthias Braun <matze@braunis.de>2016-04-04 21:23:44 +0000
committerMatthias Braun <matze@braunis.de>2016-04-04 21:23:44 +0000
commit571e3481e71c0b220886889355bd8badd6fe1cfd (patch)
treeb365b76832824debf03707e3db5c508f057e6484 /llvm/test/CodeGen/PowerPC
parent543725c2e3d533acf82e3ae554e0dd730880ded8 (diff)
downloadbcm5719-llvm-571e3481e71c0b220886889355bd8badd6fe1cfd.tar.gz
bcm5719-llvm-571e3481e71c0b220886889355bd8badd6fe1cfd.zip
test: Always treat .mir files as tests even outside of CodeGen/MIR
We missed a handful of .mir tests that existed outside the test/CodeGen/MIR directory. Also fix the three powerpc .mir tests that nobody noticed were broken. llvm-svn: 265350
Diffstat (limited to 'llvm/test/CodeGen/PowerPC')
-rw-r--r--llvm/test/CodeGen/PowerPC/aantidep-def-ec.mir1
-rw-r--r--llvm/test/CodeGen/PowerPC/addisdtprelha-nonr3.mir1
-rw-r--r--llvm/test/CodeGen/PowerPC/no-rlwimi-trivial-commute.mir2
3 files changed, 3 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/PowerPC/aantidep-def-ec.mir b/llvm/test/CodeGen/PowerPC/aantidep-def-ec.mir
index d1cb6782f03..809d3693af6 100644
--- a/llvm/test/CodeGen/PowerPC/aantidep-def-ec.mir
+++ b/llvm/test/CodeGen/PowerPC/aantidep-def-ec.mir
@@ -45,6 +45,7 @@ name: mm_update_next_owner
alignment: 4
exposesReturnsTwice: false
hasInlineAsm: true
+allVRegsAllocated: true
isSSA: false
tracksRegLiveness: true
tracksSubRegLiveness: false
diff --git a/llvm/test/CodeGen/PowerPC/addisdtprelha-nonr3.mir b/llvm/test/CodeGen/PowerPC/addisdtprelha-nonr3.mir
index e4aaaf30f90..6f52aa21a77 100644
--- a/llvm/test/CodeGen/PowerPC/addisdtprelha-nonr3.mir
+++ b/llvm/test/CodeGen/PowerPC/addisdtprelha-nonr3.mir
@@ -27,6 +27,7 @@ name: test1
alignment: 4
exposesReturnsTwice: false
hasInlineAsm: false
+allVRegsAllocated: true
isSSA: false
tracksRegLiveness: true
tracksSubRegLiveness: false
diff --git a/llvm/test/CodeGen/PowerPC/no-rlwimi-trivial-commute.mir b/llvm/test/CodeGen/PowerPC/no-rlwimi-trivial-commute.mir
index 5c998d09a3d..4a1cbf93ccb 100644
--- a/llvm/test/CodeGen/PowerPC/no-rlwimi-trivial-commute.mir
+++ b/llvm/test/CodeGen/PowerPC/no-rlwimi-trivial-commute.mir
@@ -1,4 +1,4 @@
-# RUN: llc -start-after=dead-mi-elimination -stop-after=twoaddressinstruction -o /dev/null %s | FileCheck %s
+# RUN: llc -start-after=dead-mi-elimination -stop-after=twoaddressinstruction -o /dev/null %s 2>&1 | FileCheck %s
--- |
target datalayout = "E-m:e-i64:64-n32:64"
OpenPOWER on IntegriCloud