[llvm-commits] [llvm] r165664 - /llvm/trunk/test/CodeGen/PowerPC/vrspill.ll

Bill Schmidt wschmidt at linux.vnet.ibm.com
Wed Oct 10 14:52:10 PDT 2012


Author: wschmidt
Date: Wed Oct 10 16:52:10 2012
New Revision: 165664

URL: http://llvm.org/viewvc/llvm-project?rev=165664&view=rev
Log:
XFAIL for all targets pending investigation

Modified:
    llvm/trunk/test/CodeGen/PowerPC/vrspill.ll

Modified: llvm/trunk/test/CodeGen/PowerPC/vrspill.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/PowerPC/vrspill.ll?rev=165664&r1=165663&r2=165664&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/PowerPC/vrspill.ll (original)
+++ llvm/trunk/test/CodeGen/PowerPC/vrspill.ll Wed Oct 10 16:52:10 2012
@@ -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.
 





More information about the llvm-commits mailing list