aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-04-04 23:45:11 +0000
committerChris Lattner <sabre@nondot.org>2006-04-04 23:45:11 +0000
commit8b4684247aa23cb3b022de9a45b009e66aa9b51d (patch)
tree6ebc6f1cf5a4337b1599972fd6fa2379b7a1fef3 /lib
parent72e241cff78869a0bc309f8522c313071b2baec6 (diff)
add a note
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27419 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r--lib/Target/PowerPC/README_ALTIVEC.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/Target/PowerPC/README_ALTIVEC.txt b/lib/Target/PowerPC/README_ALTIVEC.txt
index 4aff927b50..2ae025c34e 100644
--- a/lib/Target/PowerPC/README_ALTIVEC.txt
+++ b/lib/Target/PowerPC/README_ALTIVEC.txt
@@ -51,9 +51,7 @@ Missing intrinsics:
ds*
mf*
-vavg*
vmladduhm
-vmr*
vsel (some aliases only accessible using builtins)
//===----------------------------------------------------------------------===//
@@ -154,3 +152,7 @@ void test(vector int *X, vector int *Y) {
}
//===----------------------------------------------------------------------===//
+
+Lower "merges" in the front-end to shuffles, reconstruct in the backend.
+
+//===----------------------------------------------------------------------===//