Fix PR17764
authorMichael Liao <michael.liao@intel.com>
Sat, 2 Nov 2013 00:10:02 +0000 (00:10 +0000)
committerMichael Liao <michael.liao@intel.com>
Sat, 2 Nov 2013 00:10:02 +0000 (00:10 +0000)
commit9d293f1f68d890ae391e222fe9384b83183286cb
tree681268d0e8555219f35aba01ba1d0bb377d95e26
parentdaaa8b720b026c83bf6d4307042057665348b222
Fix PR17764

- When selecting BLEND from vselect, the operands need swapping as due to the
  difference between vselect and SSE/AVX's BLEND insn

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@193900 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86InstrSSE.td
test/CodeGen/X86/pr17764.ll [new file with mode: 0644]