summaryrefslogtreecommitdiff
path: root/test/CodeGen/PowerPC/vec_perf_shuffle.ll
diff options
context:
space:
mode:
authorTanya Lattner <tonic@nondot.org>2008-02-19 08:07:33 +0000
committerTanya Lattner <tonic@nondot.org>2008-02-19 08:07:33 +0000
commitcfab3da46e1e8e9ed4fafa018e0d28bb5913dde2 (patch)
treefb23c878019caf961242d6922d065dfae51fb7ca /test/CodeGen/PowerPC/vec_perf_shuffle.ll
parent1459c5d8e1fe827a7e4b6d790452b4b64dade634 (diff)
downloadllvm-cfab3da46e1e8e9ed4fafa018e0d28bb5913dde2.tar.gz
llvm-cfab3da46e1e8e9ed4fafa018e0d28bb5913dde2.tar.bz2
llvm-cfab3da46e1e8e9ed4fafa018e0d28bb5913dde2.tar.xz
Remove llvm-upgrade and update tests.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47325 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/PowerPC/vec_perf_shuffle.ll')
-rw-r--r--test/CodeGen/PowerPC/vec_perf_shuffle.ll48
1 files changed, 21 insertions, 27 deletions
diff --git a/test/CodeGen/PowerPC/vec_perf_shuffle.ll b/test/CodeGen/PowerPC/vec_perf_shuffle.ll
index 6177b5f4c6..5bb1b60834 100644
--- a/test/CodeGen/PowerPC/vec_perf_shuffle.ll
+++ b/test/CodeGen/PowerPC/vec_perf_shuffle.ll
@@ -1,42 +1,36 @@
-; RUN: llvm-upgrade < %s | llvm-as | llc -march=ppc32 -mcpu=g5 | not grep vperm
+; RUN: llvm-as < %s | llc -march=ppc32 -mcpu=g5 | not grep vperm
-<4 x float> %test_uu72(<4 x float> *%P1, <4 x float> *%P2) {
- %V1 = load <4 x float> *%P1
- %V2 = load <4 x float> *%P2
- ; vmrglw + vsldoi
- %V3 = shufflevector <4 x float> %V1, <4 x float> %V2,
- <4 x uint> <uint undef, uint undef, uint 7, uint 2>
+define <4 x float> @test_uu72(<4 x float>* %P1, <4 x float>* %P2) {
+ %V1 = load <4 x float>* %P1 ; <<4 x float>> [#uses=1]
+ %V2 = load <4 x float>* %P2 ; <<4 x float>> [#uses=1]
+ %V3 = shufflevector <4 x float> %V1, <4 x float> %V2, <4 x i32> < i32 undef, i32 undef, i32 7, i32 2 > ; <<4 x float>> [#uses=1]
ret <4 x float> %V3
}
-<4 x float> %test_30u5(<4 x float> *%P1, <4 x float> *%P2) {
- %V1 = load <4 x float> *%P1
- %V2 = load <4 x float> *%P2
- %V3 = shufflevector <4 x float> %V1, <4 x float> %V2,
- <4 x uint> <uint 3, uint 0, uint undef, uint 5>
+define <4 x float> @test_30u5(<4 x float>* %P1, <4 x float>* %P2) {
+ %V1 = load <4 x float>* %P1 ; <<4 x float>> [#uses=1]
+ %V2 = load <4 x float>* %P2 ; <<4 x float>> [#uses=1]
+ %V3 = shufflevector <4 x float> %V1, <4 x float> %V2, <4 x i32> < i32 3, i32 0, i32 undef, i32 5 > ; <<4 x float>> [#uses=1]
ret <4 x float> %V3
}
-<4 x float> %test_3u73(<4 x float> *%P1, <4 x float> *%P2) {
- %V1 = load <4 x float> *%P1
- %V2 = load <4 x float> *%P2
- %V3 = shufflevector <4 x float> %V1, <4 x float> %V2,
- <4 x uint> <uint 3, uint undef, uint 7, uint 3>
+define <4 x float> @test_3u73(<4 x float>* %P1, <4 x float>* %P2) {
+ %V1 = load <4 x float>* %P1 ; <<4 x float>> [#uses=1]
+ %V2 = load <4 x float>* %P2 ; <<4 x float>> [#uses=1]
+ %V3 = shufflevector <4 x float> %V1, <4 x float> %V2, <4 x i32> < i32 3, i32 undef, i32 7, i32 3 > ; <<4 x float>> [#uses=1]
ret <4 x float> %V3
}
-<4 x float> %test_3774(<4 x float> *%P1, <4 x float> *%P2) {
- %V1 = load <4 x float> *%P1
- %V2 = load <4 x float> *%P2
- %V3 = shufflevector <4 x float> %V1, <4 x float> %V2,
- <4 x uint> <uint 3, uint 7, uint 7, uint 4>
+define <4 x float> @test_3774(<4 x float>* %P1, <4 x float>* %P2) {
+ %V1 = load <4 x float>* %P1 ; <<4 x float>> [#uses=1]
+ %V2 = load <4 x float>* %P2 ; <<4 x float>> [#uses=1]
+ %V3 = shufflevector <4 x float> %V1, <4 x float> %V2, <4 x i32> < i32 3, i32 7, i32 7, i32 4 > ; <<4 x float>> [#uses=1]
ret <4 x float> %V3
}
-<4 x float> %test_4450(<4 x float> *%P1, <4 x float> *%P2) {
- %V1 = load <4 x float> *%P1
- %V2 = load <4 x float> *%P2
- %V3 = shufflevector <4 x float> %V1, <4 x float> %V2,
- <4 x uint> <uint 4, uint 4, uint 5, uint 0>
+define <4 x float> @test_4450(<4 x float>* %P1, <4 x float>* %P2) {
+ %V1 = load <4 x float>* %P1 ; <<4 x float>> [#uses=1]
+ %V2 = load <4 x float>* %P2 ; <<4 x float>> [#uses=1]
+ %V3 = shufflevector <4 x float> %V1, <4 x float> %V2, <4 x i32> < i32 4, i32 4, i32 5, i32 0 > ; <<4 x float>> [#uses=1]
ret <4 x float> %V3
}