[PATCH] D46042: Cap vector alignment at 16 for all Darwin platforms
Ahmed Bougacha via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri May 4 10:46:43 PDT 2018
ab added a comment.
So, this makes sense to me, but on x86, should we also be worried about the fact that the calling convention is based on which features are available? (>128bit ext_vector_types are passed in AVX/AVX-512 registers, if available). Presumably swift is also affected, no?
Repository:
rC Clang
https://reviews.llvm.org/D46042
More information about the cfe-commits
mailing list