Mon P Wang 83f8f82e8a Avoids generating a legalization assert for the case where a vector type is legal
but when legalizing the operation, we split the vector type and generate a library
call whose type needs to be promoted. For example, X86 with SSE on but MMX off, 
a divide v2i64 will be scalarized to 2 calls to a library using i64.

llvm-svn: 63760
2009-02-04 19:38:14 +00:00
..
2009-01-15 20:18:42 +00:00
2009-02-02 07:24:28 +00:00
2009-01-15 20:18:42 +00:00
2009-02-04 19:09:07 +00:00