On AIX, to support vector types, which should always be 16bytes aligned, we set alloca to return 16 bytes aligned memory space.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Fixed the testcase formatting issues;
Fixed the BIGGEST_ALIGNMENT value in testcases;
clang/test/CodeGen/aix_alloca_align.c | ||
---|---|---|
12 | I'm not entirely sure, but can we try for size 32 and see if we get 16? |
clang/test/CodeGen/aix_alloca_align.c | ||
---|---|---|
12 | Sure, I will add this in. |
Minor nit: Use double-hyphen for long option and = instead of space between the option and the argument.