Skip to content
Snippets Groups Projects
Commit c966cebe authored by Chris Lattner's avatar Chris Lattner
Browse files

fix a bug Anders ran into where scalarrepl would crash when promoting

a union containing a vector and an array whose elements were smaller than
the vector elements.  this means we need to compile the load of the 
array elements into an extract element plus a truncate.

llvm-svn: 47752
parent 77205def
No related branches found
No related tags found
No related merge requests found
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