[x86] Replace some duplicated logic reasoning about whether particular
authorChandler Carruth <chandlerc@gmail.com>
Sat, 20 Sep 2014 02:44:21 +0000 (02:44 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Sat, 20 Sep 2014 02:44:21 +0000 (02:44 +0000)
commit8924ed3db48b59882cf8924395095fa9ecf76ac0
tree65fa4feb8b037b0abf7c33bb4fa141755b96e627
parentc7210b3f0b95492fe5c12185624eb8b017ab1ded
[x86] Replace some duplicated logic reasoning about whether particular
vector lanes can be modeled as zero with a call to the new function that
computes a bit-vector representing that information.

No functionality changed here, but will allow doing more clever things
with the zero-test.

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