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. _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits