Nadav Rotem c460c870b2 Fix 11769.
In CanXFormVExtractWithShuffleIntoLoad we assumed that EXTRACT_VECTOR_ELT can be later handled by the DAGCombiner.
However, in some cases on AVX, the EXTRACT_VECTOR_ELT is legalized to EXTRACT_SUBVECTOR + EXTRACT_VECTOR_ELT, which
currently is not handled by the DAGCombiner. In this patch I added a check that we only extract from the XMM part.

llvm-svn: 148298
2012-01-17 09:13:19 +00:00
..
2011-11-27 06:10:54 +00:00
2012-01-17 09:13:19 +00:00
2012-01-13 18:45:31 +00:00
2011-11-29 17:40:10 +00:00
2011-10-24 17:24:05 +00:00