summaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC/README_ALTIVEC.txt
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-04-06 19:19:38 +0000
committerChris Lattner <sabre@nondot.org>2006-04-06 19:19:38 +0000
commit58d665c1828d8a97260a0eefa6924dd59b43209c (patch)
treee51b01203386ca09b9f3119e670f3a91173f794e /lib/Target/PowerPC/README_ALTIVEC.txt
parente2ed057562cb59b962ba0a9a77f2689d4e949e49 (diff)
downloadllvm-58d665c1828d8a97260a0eefa6924dd59b43209c.tar.gz
llvm-58d665c1828d8a97260a0eefa6924dd59b43209c.tar.bz2
llvm-58d665c1828d8a97260a0eefa6924dd59b43209c.tar.xz
remove two done items
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27453 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/PowerPC/README_ALTIVEC.txt')
-rw-r--r--lib/Target/PowerPC/README_ALTIVEC.txt10
1 files changed, 0 insertions, 10 deletions
diff --git a/lib/Target/PowerPC/README_ALTIVEC.txt b/lib/Target/PowerPC/README_ALTIVEC.txt
index 3a6bfb115e..711f7c3ba7 100644
--- a/lib/Target/PowerPC/README_ALTIVEC.txt
+++ b/lib/Target/PowerPC/README_ALTIVEC.txt
@@ -69,12 +69,6 @@ clobbered regs.
//===----------------------------------------------------------------------===//
-VSPLTW and friends are expanded by the FE into insert/extract element ops. Make
-sure that the dag combiner puts them back together in the appropriate
-vector_shuffle node and that this gets pattern matched appropriately.
-
-//===----------------------------------------------------------------------===//
-
Implement passing/returning vectors by value.
//===----------------------------------------------------------------------===//
@@ -126,10 +120,6 @@ This would fix two problems:
//===----------------------------------------------------------------------===//
-Instcombine llvm.ppc.altivec.vperm with an immediate into a shuffle operation.
-
-//===----------------------------------------------------------------------===//
-
Implement multiply for vector integer types, to avoid the horrible scalarized
code produced by legalize.