Hi,<br>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.<br>
Sincerely yours,<br>Tom<br>