[PATCH] D116851: [MemoryBuiltins] Add field for alignment argument
Dávid Bolvanský via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 12 08:34:44 PST 2022
xbolva00 added a comment.
In D116851#3237552 <https://reviews.llvm.org/D116851#3237552>, @reames wrote:
> 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?)
Yes, not related to this patch, I was just curious about that (if you know something more about that, etc..). Thanks.
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