X86: Fix FastISel SSESelect register class
authorMatthias Braun <matze@braunis.de>
Mon, 31 Aug 2015 18:25:11 +0000 (18:25 +0000)
committerMatthias Braun <matze@braunis.de>
Mon, 31 Aug 2015 18:25:11 +0000 (18:25 +0000)
commit023a6e3548c7e1890a1a9b3ddda969e85fe6f0d2
treeb9b0cafe6766f131301e87ad4e7ee6269b7c6d87
parent357ece440765ea99109f6db56dfdfee5d0dd5843
X86: Fix FastISel SSESelect register class

X86FastISel has been using the wrong register class for VBLENDVPS which
produces a VR128 and needs an extra copy to the target register. The
problem was already hit by the existing test cases when using
> llvm-lit -Dllc="llc -verify-machineinstr"

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