From 9f7e1271336954d5319189c64f96bf187bb55cd9 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Fri, 31 Mar 2006 19:00:22 +0000 Subject: add a note git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27302 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/PowerPC/README_ALTIVEC.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/Target/PowerPC/README_ALTIVEC.txt') diff --git a/lib/Target/PowerPC/README_ALTIVEC.txt b/lib/Target/PowerPC/README_ALTIVEC.txt index a30b39ddde..824dc6cafc 100644 --- a/lib/Target/PowerPC/README_ALTIVEC.txt +++ b/lib/Target/PowerPC/README_ALTIVEC.txt @@ -135,3 +135,5 @@ Instcombine llvm.ppc.altivec.vperm with an immediate into a shuffle operation. //===----------------------------------------------------------------------===// +Handle VECTOR_SHUFFLE nodes with the appropriate shuffle mask with vsldoi, +vpkuhum and vpkuwum. -- cgit v1.2.3