Fix PR10499
authorMichael Liao <michael.liao@intel.com>
Mon, 25 Feb 2013 23:01:03 +0000 (23:01 +0000)
committerMichael Liao <michael.liao@intel.com>
Mon, 25 Feb 2013 23:01:03 +0000 (23:01 +0000)
commitab976680615b88b6a2bdccad3930fdf6f8d889ca
tree2e000532bcbc8657bcb8b5822efcdb5acd683c6d
parentcf99fd57090e5630b22da6528ebb518ad381f47d
Fix PR10499

- Check whether SSE is available before lowering all 1s vector building with
  PCMPEQD, which is only available from SSE2

llvm-svn: 176058
llvm/lib/Target/X86/X86ISelLowering.cpp
llvm/test/CodeGen/X86/pr10499.ll [new file with mode: 0644]