add a note
authorChris Lattner <sabre@nondot.org>
Tue, 4 Apr 2006 23:45:11 +0000 (23:45 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 4 Apr 2006 23:45:11 +0000 (23:45 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27419 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/PowerPC/README_ALTIVEC.txt

index 4aff927b5008c9fd2f47a5b1a6f1d3dfc4a3a312..2ae025c34e6f023ce475a3a70c2d94019e415bd5 100644 (file)
@@ -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.
+
+//===----------------------------------------------------------------------===//