Add -mattr=+altivec and remove XFAIL.
authorBill Schmidt <wschmidt@linux.vnet.ibm.com>
Wed, 10 Oct 2012 22:25:11 +0000 (22:25 +0000)
committerBill Schmidt <wschmidt@linux.vnet.ibm.com>
Wed, 10 Oct 2012 22:25:11 +0000 (22:25 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165666 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/PowerPC/vrspill.ll

index 8b345628e85a79bac602bf974f45b00240b3aba2..7641017c434ef03454b60acb6d250b9e819d82f6 100644 (file)
@@ -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.