[llvm-commits] CVS: llvm/lib/Target/PowerPC/README_ALTIVEC.txt
Chris Lattner
lattner at cs.uiuc.edu
Thu Apr 6 16:16:31 PDT 2006
Changes in directory llvm/lib/Target/PowerPC:
README_ALTIVEC.txt updated: 1.18 -> 1.19
---
Log message:
Add an item
---
Diffs of the changes: (+6 -1)
README_ALTIVEC.txt | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletion(-)
Index: llvm/lib/Target/PowerPC/README_ALTIVEC.txt
diff -u llvm/lib/Target/PowerPC/README_ALTIVEC.txt:1.18 llvm/lib/Target/PowerPC/README_ALTIVEC.txt:1.19
--- llvm/lib/Target/PowerPC/README_ALTIVEC.txt:1.18 Thu Apr 6 16:11:54 2006
+++ llvm/lib/Target/PowerPC/README_ALTIVEC.txt Thu Apr 6 18:16:19 2006
@@ -9,7 +9,7 @@
second should be a xor/stvx:
void foo(void) {
- int x[8] __attribute__((aligned(128))) = { 1, 1, 1, 1, 1, 1, 1, 1 };
+ int x[8] __attribute__((aligned(128))) = { 1, 1, 1, 17, 1, 1, 1, 1 };
bar (x);
}
@@ -129,3 +129,8 @@
//===----------------------------------------------------------------------===//
+There are a wide variety of vector_shuffle operations that we can do with a pair
+of instructions (e.g. a vsldoi + vpkuhum). We should pattern match these, but
+there are a huge number of these.
+
+//===----------------------------------------------------------------------===//
More information about the llvm-commits
mailing list