Clean up some of the shuffle decoding code for UNPCK instructions. Add instruction...
authorCraig Topper <craig.topper@gmail.com>
Tue, 6 Dec 2011 05:31:16 +0000 (05:31 +0000)
committerCraig Topper <craig.topper@gmail.com>
Tue, 6 Dec 2011 05:31:16 +0000 (05:31 +0000)
commit3d8c2ce3e44bc161118a8922e7aa412ef00f6034
treeedb9a4da0c47b9ce89166a9d6c7daa04ea634d5d
parent23261af193e462b73257445053f9f6515e60e8c9
Clean up some of the shuffle decoding code for UNPCK instructions. Add instruction commenting for AVX/AVX2 forms for integer UNPCKs.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145924 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/InstPrinter/X86InstComments.cpp
lib/Target/X86/Utils/X86ShuffleDecode.cpp
lib/Target/X86/Utils/X86ShuffleDecode.h
lib/Target/X86/X86ISelLowering.cpp