[PATCH] D33786: [ARM] Fix Neon vector type alignment to 64-bit

Stephen Hines via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 6 09:42:58 PDT 2017


srhines added a comment.

In https://reviews.llvm.org/D33786#774089, @rengolin wrote:

> @srhines: Do you need Android to *always* be 64-bit, even if someone forces aapcs with it?


128-bit always. We don't support "multiple" ABIs. There is only one, and it makes sense to not allow people to choose something that can't work.


https://reviews.llvm.org/D33786





More information about the llvm-commits mailing list