summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/vector-alignment.c
Commit message (Collapse)AuthorAgeFilesLines
* Add a per target max vector alignment field (e.g., 32-byte alignment for x86 ↵Chad Rosier2012-07-131-0/+38
due to AVX). Currently, if no aligned attribute is specified the alignment of a vector is inferred from its size. Thus, very large vectors will be over-aligned with no benefit. Target owners should set this target max. llvm-svn: 160209
OpenPOWER on IntegriCloud