[x86] Switch the blend implementation to use a MVT switch rather than
authorChandler Carruth <chandlerc@gmail.com>
Sun, 21 Sep 2014 10:36:12 +0000 (10:36 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Sun, 21 Sep 2014 10:36:12 +0000 (10:36 +0000)
commit25089558f2bc5a21353fa3955251e050f7ebc413
tree658f27bf31f7190fc7915a09805628ed688020d5
parent4127d7656610dfb47468983133655669fbaa4ac0
[x86] Switch the blend implementation to use a MVT switch rather than
awkward conditions. The readability improvement of this will be even
more important as I generalize it to handle more types.

No functionality changed.

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