[PATCH] Fix PR10499
Michael Liao
michael.liao at intel.com
Thu Feb 21 00:36:20 PST 2013
Hi All,
The root cause of PR10499 is that, when build-vec is lowered with all 1s
vectors, the logic needs check whether SSE2 is available as the all 1s
generation relies on PCMPEQD, which is only available from SSE2.
Thanks for your review
- Michael
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Fix-PR10499.patch
Type: text/x-patch
Size: 5632 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130221/e7f879fa/attachment.bin>
More information about the llvm-commits
mailing list