[PATCH] D89910: [AIX] Let alloca return 16 bytes alignment

Hubert Tong via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Oct 22 08:58:20 PDT 2020


hubert.reinterpretcast added inline comments.


================
Comment at: clang/test/CodeGen/aix_alloca_align.c:11
+void foo() {
+  char *ptr1 = (char *)alloca(sizeof(char) * 9);
+}
----------------
I'm not entirely sure, but can we try for size 32 and see if we get 16?


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D89910/new/

https://reviews.llvm.org/D89910



More information about the cfe-commits mailing list