aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-03-29 00:24:13 +0000
committerChris Lattner <sabre@nondot.org>2006-03-29 00:24:13 +0000
commitf3a627262c55d86052f2efbd8a5cd94b8a0c4492 (patch)
treeb9b3f4b5ac2d83ee1e10e418c9751c9e5990c0d1
parent246ce96db93502937ce9ff562af2a498cd1500c0 (diff)
add a note
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27243 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/Target/PowerPC/README_ALTIVEC.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/Target/PowerPC/README_ALTIVEC.txt b/lib/Target/PowerPC/README_ALTIVEC.txt
index d4c944b6de..123a6321df 100644
--- a/lib/Target/PowerPC/README_ALTIVEC.txt
+++ b/lib/Target/PowerPC/README_ALTIVEC.txt
@@ -145,3 +145,7 @@ Should turn into one "." compare instruction, not a dot and "nondot" form.
//===----------------------------------------------------------------------===//
+Instcombine llvm.ppc.altivec.vperm with an immediate into a shuffle operation.
+
+//===----------------------------------------------------------------------===//
+