diff options
author | Evan Cheng <evan.cheng@apple.com> | 2006-03-28 02:44:05 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2006-03-28 02:44:05 +0000 |
commit | 000e4dd54bf4f37c61f2f2d8329811c9741ed0ac (patch) | |
tree | be9347aab9e08158e4d6d90a19768064805ed8d7 | |
parent | 4fcb922c70b67bbd74ff77a9b831bd3699839b6d (diff) |
All unpack cases are now being handled.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27211 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/Target/X86/README.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/Target/X86/README.txt b/lib/Target/X86/README.txt index 58a864e01c..79f8e6431a 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. |