[PATCH] D124736: [CodeGen] Use ABI alignment for placement new

John McCall via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon May 2 00:41:17 PDT 2022


rjmccall added a comment.

It should probably be the ABI alignment in all cases; I think the preferred alignment is just supposed to be used to opportunistically over-align things like e.g. local variables, which doesn't seem relevant for the ABI code involving a call to `operator new`.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D124736



More information about the cfe-commits mailing list