[x86] Make computing the zeroable elements slightly more powerful, at
authorChandler Carruth <chandlerc@gmail.com>
Sun, 15 Feb 2015 09:33:36 +0000 (09:33 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Sun, 15 Feb 2015 09:33:36 +0000 (09:33 +0000)
commit27acd682e0c349bcd4542a373d895d1981f2f120
tree938ea9ebbaa11431cab91254e5ec35818c2206d9
parent7cc2dbbdb1d02f566e05d13919088fd24c21f26c
[x86] Make computing the zeroable elements slightly more powerful, at
least in theory.

I don't actually have a test case that benefits from this, but
theoretically, it could come up, and I don't want to try to think about
whether this is the culprit or something else is, so I'd rather just
make this code powerful. =/ Makes me sad that I can't really test it
though.

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