[x86] Restructure the comments and the conditions for handling
authorChandler Carruth <chandlerc@gmail.com>
Thu, 26 Feb 2015 21:29:06 +0000 (21:29 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Thu, 26 Feb 2015 21:29:06 +0000 (21:29 +0000)
commit205a9a3aecd23802947e2c464e22e095091f4450
tree681e6b35561bd3b788f8ac13c48a9adc39702024
parent9b9d0fcfe90f6073a975dffe225f818a8179e8c5
[x86] Restructure the comments and the conditions for handling
dynamic blends.

This makes it much more clear what is going on. The case we're handling
is that of dynamic conditions, and we're bailing when the nature of the
vector types and subtarget preclude lowering the dynamic condition
vselect as an actual blend.

No functionality changed here, but this will make a subsequent bug-fix
to this code much more clear.

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