All unpack cases are now being handled.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27211 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Evan Cheng 2006-03-28 02:44:05 +00:00
parent 4fcb922c70
commit 000e4dd54b

View 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.