[X86] Fix shuffle decoding for variable VPERMIL to be tolerant of the Constant type...
authorCraig Topper <craig.topper@gmail.com>
Sat, 26 Dec 2015 04:50:07 +0000 (04:50 +0000)
committerCraig Topper <craig.topper@gmail.com>
Sat, 26 Dec 2015 04:50:07 +0000 (04:50 +0000)
commiteeeb117a90c3848403e279910e1c294907dac4b2
tree21438b74a045e593c1a70dbe6dc738fcae8e7dbc
parenteef8544f1d5416033af7f55691c095ea07782984
[X86] Fix shuffle decoding for variable VPERMIL to be tolerant of the Constant type not matching due to folding in the constant pool and to get VPERMILPD correct.

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