test/CodeGen/PowerPC: Add explicit -march=ppc32.

FIXME: Please add another RUN line if you would like to check also on ppc64.
llvm-svn: 168999
This commit is contained in:
NAKAMURA Takumi 2012-11-30 13:28:31 +00:00
parent 72208bbf33
commit a95fd58fdb
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
; RUN: llc < %s -mattr=+altivec --enable-unsafe-fp-math | FileCheck %s
; RUN: llc < %s -march=ppc32 -mattr=+altivec --enable-unsafe-fp-math | FileCheck %s
define void @VXOR(<4 x float>* %P1, <4 x i32>* %P2, <4 x float>* %P3) {
%tmp = load <4 x float>* %P3 ; <<4 x float>> [#uses=1]

View File

@ -1,4 +1,4 @@
; RUN: llc < %s -mattr=+altivec | FileCheck %s
; RUN: llc < %s -march=ppc32 -mattr=+altivec | FileCheck %s
define <4 x i32> @test_v4i32(<4 x i32>* %X, <4 x i32>* %Y) {
%tmp = load <4 x i32>* %X ; <<4 x i32>> [#uses=1]