From: Evan Cheng Date: Tue, 28 Mar 2006 02:44:05 +0000 (+0000) Subject: All unpack cases are now being handled. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=000e4dd54bf4f37c61f2f2d8329811c9741ed0ac;p=oota-llvm.git All unpack cases are now being handled. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27211 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/X86/README.txt b/lib/Target/X86/README.txt index 58a864e01cc..79f8e6431af 100644 --- a/lib/Target/X86/README.txt +++ b/lib/Target/X86/README.txt @@ -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.