[LLVMdev] Convert a vector size

Yakov Malinkovich yakovm3 at gmail.com
Fri May 4 12:06:08 PDT 2012


Hi,

Based on LLVM lang spec
(http://llvm.org/docs/LangRef.html#i_bitcast<http://www.google.com/url?sa=D&q=http://llvm.org/docs/LangRef.html%23i_bitcast&usg=AFQjCNFsBtV4Cr8zpL5UpgoIASRDFvcdSw>)
notes
I have understood ,that bitcast of vectors to vectors is OK,only
if provided the vectors are of
the same size.Is it possible to convert a vectors from different size? For
example a vector of 3 elements Int16Ty type to vector having one element of
64 bit Int64Ty ?

Thank you
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120504/557c89f1/attachment.html>


More information about the llvm-dev mailing list