SelectionDAG: Teach FoldConstantArithmetic how to deal with vectors.
[oota-llvm.git] / test / CodeGen / PowerPC / vrspill.ll
index fdd200c10325306eeccc932272f5970ed9aab4e1..7641017c434ef03454b60acb6d250b9e819d82f6 100644 (file)
@@ -1,5 +1,5 @@
-; 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 -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.