[PATCH] AArch64: Implement big endian bit-conversion for NEON types

Christian Pirker cpirker at a-bix.com
Thu Apr 24 07:52:55 PDT 2014


Hi James,

LLVM converts 128 bit vector types into 2x64 bit types (and vice versa) for the sake of function argument passing.
That's the reason behind these bit conversions.
I don't see any benefit in handling other types of vector conversions.

Thanks,
Christian

http://reviews.llvm.org/D3424






More information about the llvm-commits mailing list