[llvm-commits] [Patch] Interpret Vector Bitcasts

Thomas Jablin tjablin at gmail.com
Mon Aug 27 09:50:16 PDT 2012


Hi,
Currently, the LLVM interpreter cannot handle bitcasts to and from vector
types. The enclosed patch removes this limitation. The patch treats vector
types the same way as integer types, since both are stored in
GenericValue's IntVal field. I have tested the patch with llvm and clang
revision 162678. Running 'make check-all' succeeds.
Sincerely yours,
Tom
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20120827/c699916d/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: interpretVectorBitcast.patch
Type: application/octet-stream
Size: 1317 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20120827/c699916d/attachment.obj>


More information about the llvm-commits mailing list