[PATCH] D33205: ARM] Fix Neon vector type alignment to 64-bit
Stephen Hines via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon May 22 09:21:03 PDT 2017
srhines requested changes to this revision.
srhines added inline comments.
================
Comment at: lib/Basic/Targets.cpp:5300
+ MaxVectorAlign = 64; // 64-bit alignment (AAPCS)
+
----------------
This should not be set for Android targets. Doing so would break our existing ABI.
https://reviews.llvm.org/D33205
More information about the llvm-commits
mailing list