diff options
author | Mon P Wang <wangmp@apple.com> | 2011-04-13 21:40:02 +0000 |
---|---|---|
committer | Mon P Wang <wangmp@apple.com> | 2011-04-13 21:40:02 +0000 |
commit | 2e5528f0b269f68c044a6bb8c80b62d756eb0015 (patch) | |
tree | cf9d1f97c97491e6fb2b9b1a4cb2127428c536b3 /llvm/lib/Transforms/IPO/InlineSimple.cpp | |
parent | b6a37bff21fa9c4adf3476339df28b17cf8e0c6f (diff) | |
download | bcm5719-llvm-2e5528f0b269f68c044a6bb8c80b62d756eb0015.tar.gz bcm5719-llvm-2e5528f0b269f68c044a6bb8c80b62d756eb0015.zip |
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
Diffstat (limited to 'llvm/lib/Transforms/IPO/InlineSimple.cpp')
0 files changed, 0 insertions, 0 deletions