[x86] Re-order the combines of select in the X86 backend. This doesn't
authorChandler Carruth <chandlerc@gmail.com>
Thu, 26 Feb 2015 21:21:36 +0000 (21:21 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Thu, 26 Feb 2015 21:21:36 +0000 (21:21 +0000)
commit9b9d0fcfe90f6073a975dffe225f818a8179e8c5
treea5a3505219f9b0756d532f816160b6d6c5aa3d3e
parent34f88924e1f5b1434245deca9c533865aeb4ab9c
[x86] Re-order the combines of select in the X86 backend. This doesn't
change functionality, but makes it more clear that the dynamic case and
the shuffle case don't overlap in any interesting way.

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