[PATCH] D116851: [MemoryBuiltins] Add field for alignment argument

Philip Reames via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 12 07:48:16 PST 2022


reames added a comment.

In D116851#3236691 <https://reviews.llvm.org/D116851#3236691>, @xbolva00 wrote:

> BTW, https://clang.llvm.org/docs/AttributeReference.html#id330 ... is it broken just for me or.. ? 
> ...
> Clang seems to ignore alloc_align attribute?

If by "broken", you mean "unimplemented" yes.  LLVM has no allocalign attribute.

(For the record, that's related, but not directly relevant to this patch.  Your comment made it seem like there might be a regression here.  I believe that not to be the case, do you agree?)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D116851



More information about the llvm-commits mailing list