[X86] Move shuffle decoding for constant pool into the X86CodeGen library to remove...
authorCraig Topper <craig.topper@gmail.com>
Thu, 31 Dec 2015 22:40:45 +0000 (22:40 +0000)
committerCraig Topper <craig.topper@gmail.com>
Thu, 31 Dec 2015 22:40:45 +0000 (22:40 +0000)
commit8cb3fe2069fead9b1af2ae68be3115b330a33b8d
tree4638dd604fc85eb6727df1715d1f680073121d34
parent2e3f468f8695d886bdcfa87c61aa9a508acd1033
[X86] Move shuffle decoding for constant pool into the X86CodeGen library to remove a layering violation in the Util library.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@256680 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/CMakeLists.txt
lib/Target/X86/Utils/X86ShuffleDecode.cpp
lib/Target/X86/Utils/X86ShuffleDecode.h
lib/Target/X86/X86ISelLowering.cpp
lib/Target/X86/X86MCInstLower.cpp
lib/Target/X86/X86ShuffleDecodeConstantPool.cpp [new file with mode: 0644]
lib/Target/X86/X86ShuffleDecodeConstantPool.h [new file with mode: 0644]