[llvm-commits] CVS: llvm/lib/Target/PowerPC/README_ALTIVEC.txt
Chris Lattner
lattner at cs.uiuc.edu
Fri Mar 31 11:00:34 PST 2006
Changes in directory llvm/lib/Target/PowerPC:
README_ALTIVEC.txt updated: 1.8 -> 1.9
---
Log message:
add a note
---
Diffs of the changes: (+2 -0)
README_ALTIVEC.txt | 2 ++
1 files changed, 2 insertions(+)
Index: llvm/lib/Target/PowerPC/README_ALTIVEC.txt
diff -u llvm/lib/Target/PowerPC/README_ALTIVEC.txt:1.8 llvm/lib/Target/PowerPC/README_ALTIVEC.txt:1.9
--- llvm/lib/Target/PowerPC/README_ALTIVEC.txt:1.8 Fri Mar 31 00:02:07 2006
+++ llvm/lib/Target/PowerPC/README_ALTIVEC.txt Fri Mar 31 13:00:22 2006
@@ -135,3 +135,5 @@
//===----------------------------------------------------------------------===//
+Handle VECTOR_SHUFFLE nodes with the appropriate shuffle mask with vsldoi,
+vpkuhum and vpkuwum.
More information about the llvm-commits
mailing list