All unpack cases are now being handled.
authorEvan Cheng <evan.cheng@apple.com>
Tue, 28 Mar 2006 02:44:05 +0000 (02:44 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Tue, 28 Mar 2006 02:44:05 +0000 (02:44 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27211 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/X86/README.txt

index 58a864e01cc2e62080c378c1451e73307ed7a2bb..79f8e6431afcef1dc3a36d35314adf8f7960bc6a 100644 (file)
@@ -662,7 +662,3 @@ call _foo
 
 Obviously it would have been better for the first mov (or any op) to store
 directly %esp[0] if there are no other uses.
-
-//===---------------------------------------------------------------------===//
-
-Add more vector shuffle special cases using unpckhps and unpcklps.