summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorBill Schmidt <wschmidt@linux.vnet.ibm.com>2012-10-10 22:25:11 +0000
committerBill Schmidt <wschmidt@linux.vnet.ibm.com>2012-10-10 22:25:11 +0000
commite0bc37579b5562b7aae3ba225b4e7a4332ee0973 (patch)
treea3be747bccc99e3075e50ef230f8cce81a897647 /test
parente3d0e86919730784faaddcb5d9b0257c39b0804b (diff)
downloadllvm-e0bc37579b5562b7aae3ba225b4e7a4332ee0973.tar.gz
llvm-e0bc37579b5562b7aae3ba225b4e7a4332ee0973.tar.bz2
llvm-e0bc37579b5562b7aae3ba225b4e7a4332ee0973.tar.xz
Add -mattr=+altivec and remove XFAIL.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165666 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/CodeGen/PowerPC/vrspill.ll5
1 files changed, 2 insertions, 3 deletions
diff --git a/test/CodeGen/PowerPC/vrspill.ll b/test/CodeGen/PowerPC/vrspill.ll
index 8b345628e8..7641017c43 100644
--- a/test/CodeGen/PowerPC/vrspill.ll
+++ b/test/CodeGen/PowerPC/vrspill.ll
@@ -1,6 +1,5 @@
-; 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: *
+; RUN: llc -O0 -mtriple=powerpc-unknown-linux-gnu -mattr=+altivec -verify-machineinstrs < %s | FileCheck %s
+; RUN: llc -O0 -mtriple=powerpc64-unknown-linux-gnu -mattr=+altivec -verify-machineinstrs < %s | FileCheck %s
; This verifies that we generate correct spill/reload code for vector regs.