diff options
| author | NAKAMURA Takumi <geek4civic@gmail.com> | 2012-11-30 13:28:31 +0000 |
|---|---|---|
| committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2012-11-30 13:28:31 +0000 |
| commit | faaf13109172214a68205446373f648fbcfa3a7d (patch) | |
| tree | e3be3d475f47c68c300a10f342a1f8719ded3ad8 /llvm/test/CodeGen/PowerPC | |
| parent | 812410f2d18e52df801a8fcac20848dee9052021 (diff) | |
| download | bcm5719-llvm-faaf13109172214a68205446373f648fbcfa3a7d.tar.gz bcm5719-llvm-faaf13109172214a68205446373f648fbcfa3a7d.zip | |
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
Diffstat (limited to 'llvm/test/CodeGen/PowerPC')
| -rw-r--r-- | llvm/test/CodeGen/PowerPC/buildvec_canonicalize.ll | 2 | ||||
| -rw-r--r-- | llvm/test/CodeGen/PowerPC/vec_mul.ll | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/PowerPC/buildvec_canonicalize.ll b/llvm/test/CodeGen/PowerPC/buildvec_canonicalize.ll index 514ccdd6bd0..e155a35c4da 100644 --- a/llvm/test/CodeGen/PowerPC/buildvec_canonicalize.ll +++ b/llvm/test/CodeGen/PowerPC/buildvec_canonicalize.ll @@ -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] diff --git a/llvm/test/CodeGen/PowerPC/vec_mul.ll b/llvm/test/CodeGen/PowerPC/vec_mul.ll index 8fb435830ae..df83bf1d1d1 100644 --- a/llvm/test/CodeGen/PowerPC/vec_mul.ll +++ b/llvm/test/CodeGen/PowerPC/vec_mul.ll @@ -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] |

