diff options
Diffstat (limited to 'llvm/lib/Target')
| -rw-r--r-- | llvm/lib/Target/PowerPC/README_ALTIVEC.txt | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/llvm/lib/Target/PowerPC/README_ALTIVEC.txt b/llvm/lib/Target/PowerPC/README_ALTIVEC.txt index d4c944b6de7..123a6321df3 100644 --- a/llvm/lib/Target/PowerPC/README_ALTIVEC.txt +++ b/llvm/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. + +//===----------------------------------------------------------------------===// + | 

