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

Xiangling Liao via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Oct 22 10:43:36 PDT 2020


Xiangling_L marked an inline comment as done.
Xiangling_L added inline comments.


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


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

https://reviews.llvm.org/D89910



More information about the cfe-commits mailing list