[x86] More refactoring of the shuffle comment emission. The previous
authorChandler Carruth <chandlerc@gmail.com>
Wed, 24 Sep 2014 03:06:37 +0000 (03:06 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Wed, 24 Sep 2014 03:06:37 +0000 (03:06 +0000)
commitf00b50b6efb368a24ad54e1f15504d77306035f8
tree42eff3526cb077236b024b1ebf3801533f6849e3
parentdb5e1dafa42cb0de3b7cc467455cd0507050aa21
[x86] More refactoring of the shuffle comment emission. The previous
attempt didn't work out so well. It looks like it will be much better
for introducing extra logic to find a shuffle mask if the finding logic
is totally separate. This also makes it easy to sink the opcode logic
completely out of the routine so we don't re-dispatch across it.

Still no functionality changed.

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