Add -mattr=+altivec and remove XFAIL.

llvm-svn: 165666
This commit is contained in:
Bill Schmidt 2012-10-10 22:25:11 +00:00
parent e10328737d
commit e09d4fd769
1 changed files with 2 additions and 3 deletions

View 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.