[X86][SSE] Added some basic examples of knownbits failing for vector types
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Sat, 15 Oct 2016 19:29:26 +0000 (19:29 +0000)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Sat, 15 Oct 2016 19:29:26 +0000 (19:29 +0000)
commit730f83a7502393493bd8e3ddc143cda9ab3db5a6
treead4b8a587edddd2ef0e39ff5230d4c603266e7f0
parent755f75f765ef27dde7002287767a928906a63825
[X86][SSE] Added some basic examples of knownbits failing for vector types

computeKnownBits only returns the common bits of each vector element instead of only the elements that are actually used

llvm-svn: 284308
llvm/test/CodeGen/X86/known-bits-vector.ll [new file with mode: 0644]