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

Vectors with different number of elements of the same element type can have

the same allocation size but different primitive sizes(e.g., <3xi32> and
<4xi32>).  When ScalarRepl promotes them, it can't use a bit cast but
should use a shuffle vector instead.

llvm-svn: 129472
parent b6a37bff
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