[llvm-commits] CVS: llvm/lib/Target/PowerPC/README_ALTIVEC.txt

Chris Lattner lattner at cs.uiuc.edu
Tue Apr 4 16:45:24 PDT 2006



Changes in directory llvm/lib/Target/PowerPC:

README_ALTIVEC.txt updated: 1.12 -> 1.13
---
Log message:

add a note


---
Diffs of the changes:  (+4 -2)

 README_ALTIVEC.txt |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)


Index: llvm/lib/Target/PowerPC/README_ALTIVEC.txt
diff -u llvm/lib/Target/PowerPC/README_ALTIVEC.txt:1.12 llvm/lib/Target/PowerPC/README_ALTIVEC.txt:1.13
--- llvm/lib/Target/PowerPC/README_ALTIVEC.txt:1.12	Tue Apr  4 17:43:55 2006
+++ llvm/lib/Target/PowerPC/README_ALTIVEC.txt	Tue Apr  4 18:45:11 2006
@@ -51,9 +51,7 @@
 
 ds*
 mf*
-vavg*
 vmladduhm
-vmr*
 vsel (some aliases only accessible using builtins)
 
 //===----------------------------------------------------------------------===//
@@ -154,3 +152,7 @@
 }
 
 //===----------------------------------------------------------------------===//
+
+Lower "merges" in the front-end to shuffles, reconstruct in the backend.
+
+//===----------------------------------------------------------------------===//






More information about the llvm-commits mailing list