diff options
author | Chris Lattner <sabre@nondot.org> | 2006-03-29 00:24:13 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2006-03-29 00:24:13 +0000 |
commit | f3a627262c55d86052f2efbd8a5cd94b8a0c4492 (patch) | |
tree | b9b3f4b5ac2d83ee1e10e418c9751c9e5990c0d1 | |
parent | 246ce96db93502937ce9ff562af2a498cd1500c0 (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.txt | 4 |
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. + +//===----------------------------------------------------------------------===// + |