From f3a627262c55d86052f2efbd8a5cd94b8a0c4492 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Wed, 29 Mar 2006 00:24:13 +0000 Subject: [PATCH] add a note git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27243 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/PowerPC/README_ALTIVEC.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/Target/PowerPC/README_ALTIVEC.txt b/lib/Target/PowerPC/README_ALTIVEC.txt index d4c944b6de7..123a6321df3 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. + +//===----------------------------------------------------------------------===// +