Skip to content
Commit eb68f6a9 authored by Argyrios Kyrtzidis's avatar Argyrios Kyrtzidis
Browse files

[Sema] When checking if a bitcast is appropriate between vector types, take into

consideration the num-of-elements*width-of-element width.

Disallow casts when such width is not equal between the vector types otherwise
we may end up with an invalid LLVM bitcast.

rdar://15722308.

llvm-svn: 198474
parent 658eb68e
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