[PATCH] D100879: [Clang] Propagate guaranteed alignment for malloc and others
James Y Knight via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Nov 22 07:54:20 PST 2021
jyknight added a comment.
I think this patch was wrong -- we should not be assuming 16-byte alignment for an allocation smaller than 16 bytes.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D100879/new/
https://reviews.llvm.org/D100879
More information about the cfe-commits
mailing list