Skip to content
Commit 34650735 authored by Mon P Wang's avatar Mon P Wang
Browse files

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
parent 4a82a241
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment