diff options
author | Bill Schmidt <wschmidt@linux.vnet.ibm.com> | 2012-10-10 21:52:10 +0000 |
---|---|---|
committer | Bill Schmidt <wschmidt@linux.vnet.ibm.com> | 2012-10-10 21:52:10 +0000 |
commit | 6d110a51390893f5afdb83dd96ed49689ae28e6c (patch) | |
tree | 05f8f6fa6566f275523f490bb6c1b56776f33f1a | |
parent | 91599874e9d3a9494aa64f3db9708550119ad900 (diff) | |
download | bcm5719-llvm-6d110a51390893f5afdb83dd96ed49689ae28e6c.tar.gz bcm5719-llvm-6d110a51390893f5afdb83dd96ed49689ae28e6c.zip |
XFAIL for all targets pending investigation
llvm-svn: 165664
-rw-r--r-- | llvm/test/CodeGen/PowerPC/vrspill.ll | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/PowerPC/vrspill.ll b/llvm/test/CodeGen/PowerPC/vrspill.ll index fdd200c1032..8b345628e85 100644 --- a/llvm/test/CodeGen/PowerPC/vrspill.ll +++ b/llvm/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. |