[PATCH] D133379: [DL] Make vector ABI align bound by element align
Jannik Silvanus via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 1 02:07:56 PST 2022
jsilvanus added a comment.
> This alters the vector ABI alignment so that vector elements are always aligned appropriately for their type.
How should this behave on overaligned element types? For example, with a `i16:32` data layout (as in the old DXIL data layout),
the second element in `<3 x i16>` will not be 32-bit aligned, even if the vector is.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D133379/new/
https://reviews.llvm.org/D133379
More information about the llvm-commits
mailing list