diff options
author | Bill Schmidt <wschmidt@linux.vnet.ibm.com> | 2012-10-10 22:25:11 +0000 |
---|---|---|
committer | Bill Schmidt <wschmidt@linux.vnet.ibm.com> | 2012-10-10 22:25:11 +0000 |
commit | e09d4fd7697a1e7cc67d94208270e5d21420941c (patch) | |
tree | 657127ebab19adfc9cf35727617f53ad2c4a18e2 | |
parent | e10328737db3f0e6a1a668495e4971185705d61d (diff) | |
download | bcm5719-llvm-e09d4fd7697a1e7cc67d94208270e5d21420941c.tar.gz bcm5719-llvm-e09d4fd7697a1e7cc67d94208270e5d21420941c.zip |
Add -mattr=+altivec and remove XFAIL.
llvm-svn: 165666
-rw-r--r-- | llvm/test/CodeGen/PowerPC/vrspill.ll | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/llvm/test/CodeGen/PowerPC/vrspill.ll b/llvm/test/CodeGen/PowerPC/vrspill.ll index 8b345628e85..7641017c434 100644 --- a/llvm/test/CodeGen/PowerPC/vrspill.ll +++ b/llvm/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. |