[llvm-commits] CVS: llvm/lib/Target/PowerPC/README_ALTIVEC.txt
Chris Lattner
lattner at cs.uiuc.edu
Thu Apr 6 12:19:51 PDT 2006
Changes in directory llvm/lib/Target/PowerPC:
README_ALTIVEC.txt updated: 1.16 -> 1.17
---
Log message:
remove two done items
---
Diffs of the changes: (+0 -10)
README_ALTIVEC.txt | 10 ----------
1 files changed, 10 deletions(-)
Index: llvm/lib/Target/PowerPC/README_ALTIVEC.txt
diff -u llvm/lib/Target/PowerPC/README_ALTIVEC.txt:1.16 llvm/lib/Target/PowerPC/README_ALTIVEC.txt:1.17
--- llvm/lib/Target/PowerPC/README_ALTIVEC.txt:1.16 Thu Apr 6 13:26:28 2006
+++ llvm/lib/Target/PowerPC/README_ALTIVEC.txt Thu Apr 6 14:19:38 2006
@@ -69,12 +69,6 @@
//===----------------------------------------------------------------------===//
-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 @@
//===----------------------------------------------------------------------===//
-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.
More information about the llvm-commits
mailing list