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

Stephen Hines via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 1 10:19:04 PDT 2017


srhines added inline comments.


================
Comment at: test/CodeGen/neon-aapcs-align.c:9
+// RUN: -target-feature +neon -emit-llvm -w -o - %s | FileCheck %s -check-prefix=CHECK -check-prefix=OTHERS
+
+#include <arm_neon.h>
----------------
Can you make sure that an Android triple doesn't trigger this? I worry because I am not sure what getABI() will return in that case.


https://reviews.llvm.org/D33786





More information about the llvm-commits mailing list