Add a note
authorChris Lattner <sabre@nondot.org>
Fri, 28 Apr 2006 00:04:05 +0000 (00:04 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 28 Apr 2006 00:04:05 +0000 (00:04 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27999 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/PowerPC/README_ALTIVEC.txt

index 9611f9e318d4d6385b810199e0953274b7b79c51..143804da07fccb65b75952ea2dbe2b08f99c3339 100644 (file)
@@ -169,3 +169,11 @@ LBB1_2: ; entry
         blr
 
 //===----------------------------------------------------------------------===//
+
+CodeGen/PowerPC/vec_constants.ll has an and operation that should be
+codegen'd to andc.  The issue is that the 'all ones' build vector is
+SelectNodeTo'd a VSPLTISB instruction node before the and/xor is selected
+which prevents the vnot pattern from matching.
+
+
+//===----------------------------------------------------------------------===//