summaryrefslogtreecommitdiff
path: root/test/CodeGen/PowerPC/vrspill.ll
diff options
context:
space:
mode:
authorBill Schmidt <wschmidt@linux.vnet.ibm.com>2012-10-10 21:52:10 +0000
committerBill Schmidt <wschmidt@linux.vnet.ibm.com>2012-10-10 21:52:10 +0000
commit3a55b64e5e9d9586ece5918648b298c11b378d85 (patch)
tree6fb0486800d8fbdcad5296688620b91a3e26d70a /test/CodeGen/PowerPC/vrspill.ll
parent87255a431bc6c29ebbb606c8119597cc63981951 (diff)
downloadllvm-3a55b64e5e9d9586ece5918648b298c11b378d85.tar.gz
llvm-3a55b64e5e9d9586ece5918648b298c11b378d85.tar.bz2
llvm-3a55b64e5e9d9586ece5918648b298c11b378d85.tar.xz
XFAIL for all targets pending investigation
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165664 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/PowerPC/vrspill.ll')
-rw-r--r--test/CodeGen/PowerPC/vrspill.ll5
1 files changed, 3 insertions, 2 deletions
diff --git a/test/CodeGen/PowerPC/vrspill.ll b/test/CodeGen/PowerPC/vrspill.ll
index fdd200c103..8b345628e8 100644
--- a/test/CodeGen/PowerPC/vrspill.ll
+++ b/test/CodeGen/PowerPC/vrspill.ll
@@ -1,5 +1,6 @@
-; RUN: llc -O0 -mtriple=powerpc-unknown-linux-gnu -verify-machineinstrs < %s | FileCheck %s
-; RUN: llc -O0 -mtriple=powerpc64-unknown-linux-gnu -verify-machineinstrs < %s | FileCheck %s
+; RUN: llc -O0 -mtriple=powerpc-unknown-linux-gnu -maltivec -verify-machineinstrs < %s | FileCheck %s
+; RUN: llc -O0 -mtriple=powerpc64-unknown-linux-gnu -maltivec -verify-machineinstrs < %s | FileCheck %s
+; XFAIL: *
; This verifies that we generate correct spill/reload code for vector regs.